Sacha
|
45775d4fc2
|
Fix for non-ffmpeg platforms. Thanks unknownbrackets!
Can now get past videos on platforms such as Meego and Symbian.
Also fix some spacing and type issues.
|
2013-06-19 01:14:14 +10:00 |
|
Henrik Rydgård
|
f30983ce00
|
Merge pull request #2342 from raven02/patch-3
Add multiple save/load slot in UI Pause Menu
|
2013-06-18 06:18:45 -07:00 |
|
raven02
|
4266db8a29
|
Set width to 60
|
2013-06-18 21:17:53 +08:00 |
|
raven02
|
ec0f725418
|
Add multple save/load slot in UI Pause Menu
|
2013-06-18 18:11:47 +08:00 |
|
Henrik Rydgård
|
b9ff0f57be
|
Merge pull request #2341 from raven02/patch-2
Toggle to adjust on-screen buttons scaling
|
2013-06-18 02:55:29 -07:00 |
|
raven02
|
ab545a1cf0
|
Toggle to adjust on-screen buttons scaling
|
2013-06-18 17:44:39 +08:00 |
|
Henrik Rydgård
|
a2323feace
|
Merge pull request #2333 from raven02/patch-1
Toggle to adjust opacity in UI Controls
|
2013-06-18 01:14:45 -07:00 |
|
Henrik Rydgård
|
b96250eadb
|
Merge pull request #2340 from unknownbrackets/windows-ui
Keep EmuThread running on game shutdown
|
2013-06-18 01:13:31 -07:00 |
|
Unknown W. Brackets
|
926e1ebddc
|
Keep EmuThread running on game shutdown.
Especially relevant for games that call sceKernelExitGame(), like most
homebrew. Otherwise, EmuThread actually quits and we can't continue.
|
2013-06-18 00:33:22 -07:00 |
|
Henrik Rydgård
|
c70c164da9
|
Merge pull request #2338 from oioitff/atrac-fix
Bug fix for sceAtrac.
|
2013-06-18 00:20:25 -07:00 |
|
Henrik Rydgård
|
0534eaf30e
|
Merge pull request #2336 from thedax/sceNetStubsCrashFix
Rewrite some of the sceNetAdhocctlAddHandler/DelHandler code
|
2013-06-18 00:19:59 -07:00 |
|
Henrik Rydgård
|
47096cf4c3
|
Merge pull request #2332 from thedax/sceUtilityFix
Fix possible savestate/shutdown issue.
|
2013-06-18 00:14:39 -07:00 |
|
raven02
|
f0c7c8538f
|
Adjust by +5/-5 , relaod cheat show only when enabled cheat
|
2013-06-18 14:03:49 +08:00 |
|
oioitff
|
7adb16e3ac
|
Bug fix for sceAtrac.
|
2013-06-18 13:55:45 +08:00 |
|
Unknown W. Brackets
|
97943bfbc3
|
Buildfix. Fixes #2337.
|
2013-06-17 22:37:35 -07:00 |
|
The Dax
|
cf790de2ce
|
Switch handlers from std::vector to std::map, add a max handler count, and return an error if too many handlers exist.
|
2013-06-17 23:37:36 -04:00 |
|
raven02
|
e5202cebda
|
Toggle to adjust opacity in UI Controls
|
2013-06-18 09:45:13 +08:00 |
|
The Dax
|
48498656ea
|
Fix possible savestate/shutdown issue.
|
2013-06-17 19:55:43 -04:00 |
|
Henrik Rydgård
|
b5218d78e2
|
Merge pull request #2331 from thedax/sceNetStubs
Add support for multiple sceNetAdhocctl handlers
|
2013-06-17 16:35:35 -07:00 |
|
The Dax
|
b5a2c0d8c1
|
Fix style error.
|
2013-06-17 19:27:59 -04:00 |
|
Henrik Rydgård
|
cbdc26c508
|
Merge pull request #2330 from makotech222/cwcheatUI
CWCheat: Fix bug with titles containing "/"
|
2013-06-17 16:23:40 -07:00 |
|
Henrik Rydgard
|
c1fc92c29b
|
Fit more languages on the language screen, trying to fix #731 temporarily. Also add home button to file selector.
|
2013-06-18 01:22:10 +02:00 |
|
The Dax
|
196d1dbf46
|
Remove unnecessary include.
|
2013-06-17 19:03:56 -04:00 |
|
Steven Cherry
|
83549aa43e
|
Another small fix for ":" character
|
2013-06-17 17:58:29 -05:00 |
|
The Dax
|
f0072380aa
|
Fix handler reschedule. Pretty sure these should reschedule after being executed.
|
2013-06-17 18:56:52 -04:00 |
|
The Dax
|
4d3cd4d235
|
Add support for multiple adhocctl handlers, and clean up how we call them slightly.
|
2013-06-17 18:50:38 -04:00 |
|
Steven Cherry
|
fc1a8fc1f3
|
Fix bug with titles containing "/"
Also, add comments to help those reading the code.
|
2013-06-17 17:44:41 -05:00 |
|
Henrik Rydgard
|
806fadb1c0
|
logging tweak
|
2013-06-17 22:05:47 +02:00 |
|
Henrik Rydgård
|
ad4b2ea009
|
Merge pull request #2328 from jtraynham/master
Make the iOS build only compile for the armv7 architecture
|
2013-06-17 12:26:39 -07:00 |
|
jtraynham
|
e00c345b1d
|
Make the iOS build only compile for the armv7 architecture
|
2013-06-17 14:06:00 -05:00 |
|
Henrik Rydgård
|
5fc11fa99c
|
Turn off forced linear filtering if colortest enabled
|
2013-06-17 20:45:08 +02:00 |
|
Henrik Rydgård
|
c4abec3560
|
Add option for very transparent touch buttons
|
2013-06-17 20:28:22 +02:00 |
|
Sacha
|
490f841093
|
Integer division is not guaranteed for VFPv4 devices. Example: Cortex-A5.
|
2013-06-18 01:42:36 +10:00 |
|
Henrik Rydgård
|
85f0cd1754
|
Merge pull request #2321 from thedax/sceNetStubs
Add more sceNet* Stubs.
|
2013-06-17 06:01:33 -07:00 |
|
The Dax
|
f5af0bbc54
|
Fix hang in Pangya, again.
|
2013-06-17 08:52:38 -04:00 |
|
The Dax
|
8621b0e637
|
Fix some more styling issues.
|
2013-06-17 08:43:29 -04:00 |
|
Henrik Rydgård
|
24c59dd7e8
|
Merge pull request #2320 from raven02/patch-5
Add VSync to UI Graphics (WIN only)
|
2013-06-17 05:38:30 -07:00 |
|
The Dax
|
35f1115191
|
Fix compilation error.
|
2013-06-17 08:32:13 -04:00 |
|
The Dax
|
2c2d3e5362
|
Fix possible crashes and some spacing errors.
|
2013-06-17 08:15:43 -04:00 |
|
raven02
|
113ed42500
|
Add VSync to UI Graphics (WIN only)
|
2013-06-17 20:06:17 +08:00 |
|
The Dax
|
9bb96a63f5
|
Implement more sceNetStubs. Should fix most games that hang when messing with WLAN/Adhoc(not infrastructure) stuff. Also make the code style closer to the Dolphin/PPSSPP guidelines.
|
2013-06-17 08:04:31 -04:00 |
|
Henrik Rydgård
|
b9515f7416
|
Merge pull request #2315 from unknownbrackets/flips
Measure flips per second
|
2013-06-17 00:55:22 -07:00 |
|
Unknown W. Brackets
|
6ff9cf64ca
|
Measure flips per second.
|
2013-06-17 00:20:27 -07:00 |
|
Henrik Rydgård
|
d085c2bc5f
|
Merge pull request #2313 from unknownbrackets/atrac-minor
Manage atrac IDs like the PSP does per tests
|
2013-06-16 22:46:35 -07:00 |
|
Unknown W. Brackets
|
9683e021ea
|
Fix return on atrac release, fix deinit/reinit.
|
2013-06-16 22:28:03 -07:00 |
|
Unknown W. Brackets
|
ea299e358d
|
Oops, dumb typo.
|
2013-06-16 22:18:17 -07:00 |
|
Henrik Rydgård
|
7cec1ae927
|
Merge pull request #2310 from makotech222/cwcheatUI
CWcheat Rewrite Part1
|
2013-06-16 22:15:57 -07:00 |
|
Unknown W. Brackets
|
d6de868108
|
Correctly savestate the atrac ids.
|
2013-06-16 20:03:09 -07:00 |
|
Unknown W. Brackets
|
b4269bce53
|
Implement sceAtracReinit(), reuse atracIDs.
The same way tests show the PSP does. Fixes Ridge Racer mini loading
game when you try to play too long.
|
2013-06-16 19:05:10 -07:00 |
|
Unknown W. Brackets
|
25bba708e1
|
Make it so createAtrac() can return an error.
It doesn't yet, but if it's out of IDs, it should.
|
2013-06-16 18:42:41 -07:00 |
|