Commit Graph

6027 Commits

Author SHA1 Message Date
Unknown W. Brackets
250260cccd Fix sceCtrl analog range for all input devices.
It should map (-1.0... 0.0... 1.0) to (0... 128... 255.)  However, it was
instead being mapped to (1... 128... 255.)  This was causing games to not
respect analog movement if they checked for 100%.

Fixes #2363.
2013-06-20 01:00:53 -07:00
Henrik Rydgård
df4adeec35 Merge pull request #2365 from thedax/sceNetAndHttpStubs
Implement more sceNet and sceHttp stubs
2013-06-20 00:30:59 -07:00
The Dax
b989292c7c Fix typo in __UpdateAdhocctlHandlers and remove stray carriage return. 2013-06-20 03:20:10 -04:00
The Dax
c5dfccd55d Implement more sceNet and sceHttp stubs.
List includes:
sceNetApctlAddHandler
sceNetApctlDelHandler
sceNetApctlInit
sceNetApctlTerm
sceNetInetInit
sceNetInetTerm
sceHttpInit
sceHttpEnd
2013-06-20 03:15:07 -04:00
Steven Cherry
230ba9a37e Add more titles id's for god eater burst fix. 2013-06-19 20:58:04 -05:00
Henrik Rydgård
283f382aff Revert "Attempted workaround for issue #2308. Needs plenty of testing! Fixes black screens in GTA when pausing for example."
This reverts commit f2b7096bdf.
2013-06-20 01:26:18 +02:00
Henrik Rydgard
f2b7096bdf Attempted workaround for issue #2308. Needs plenty of testing! Fixes black screens in GTA when pausing for example. 2013-06-19 23:55:36 +02:00
Henrik Rydgard
56aeab6558 Update ffmpeg 2013-06-19 23:27:45 +02:00
Henrik Rydgard
182644b57c Update native with another touch control fix 2013-06-19 22:18:23 +02:00
Henrik Rydgard
fa335c83d3 Modify DInput and touch analog to not clamp to a circle. Tries to fix #2316 2013-06-19 20:47:42 +02:00
Henrik Rydgard
61b510b753 Open ISOs very slightly faster by not reopening 2013-06-19 20:47:42 +02:00
Sacha
0839a6ed07 Fix frozen black screens for non-FFMPEG platforms 2013-06-20 01:34:34 +10:00
raven02
2dad8cb90d Quick fix spacing issue on Pause menu 2013-06-19 21:49:51 +08:00
Henrik Rydgård
bfb9b2fd6d Warning fix 2013-06-19 15:06:04 +02:00
Henrik Rydgard
d81533e8d8 Fix lint warning. Update native with audio buffer size detection. 2013-06-19 14:28:42 +02:00
Henrik Rydgard
1b941b1a7b UI tweaks 2013-06-19 13:13:23 +02:00
Henrik Rydgard
c021c93883 More minor audio optimizations 2013-06-19 13:13:02 +02:00
Henrik Rydgard
8f9562cde4 Remove gl enum hacks in texturecache (doesn't seem to work, get bad log output on adreno) 2013-06-19 12:42:04 +02:00
Henrik Rydgard
7dac11922d Some minor optimization of audio channel queues and mixing 2013-06-19 12:00:24 +02:00
Henrik Rydgård
07a6242bfe Merge pull request #2354 from unknownbrackets/kernel-objects
Check kernel object types when looking up ids
2013-06-19 00:26:38 -07:00
Henrik Rydgård
08b48cb0ca Merge pull request #2355 from unknownbrackets/psmfplayer
Correctly read 48-bit pts in scePsmf as well
2013-06-19 00:25:11 -07:00
raven02
d24ad28ceb Follow as 1/2/3 option 2013-06-19 15:24:35 +08:00
raven02
de4d970ab6 Toggle to adjust VPS/FPS/Both , new timeFormat/dateFormat/buttonPerference 2013-06-19 15:09:01 +08:00
Unknown W. Brackets
ee2a99adee Correctly read 48-bit pts in scePsmf as well.
Attempt to fix #2347.
2013-06-18 23:58:52 -07:00
Unknown W. Brackets
933c8abb55 Check kernel object types when looking up ids.
Some games misuse it, need to return an error.
2013-06-18 23:54:29 -07:00
Steven Cherry
d97d332b47 Removed game title from .ini names.
Also added offset for God Eater Burst codes to work.
2013-06-18 17:50:28 -05:00
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
Daniel Dressler
c4cf35f782 Merge branch 'master' of github.com:hrydgard/ppsspp 2013-06-17 20:51:17 -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