Commit graph

7545 commits

Author SHA1 Message Date
raven02
1efa544fe6 Skip ar_AE language since it is not supported yet 2013-08-22 11:01:37 +08:00
raven02
0dd3b89f1d Put Save/Load state in [Pause] section 2013-08-22 10:42:58 +08:00
Henrik Rydgård
29824d31c0 Fix saving of show analog stick setting. Fixes #3308 2013-08-21 23:55:02 +02:00
Henrik Rydgard
a904d17e3d Update native (with possible lost key event fix on android) 2013-08-21 22:10:15 +02:00
Henrik Rydgard
703ae8690e Change some config defaults 2013-08-21 21:06:02 +02:00
Henrik Rydgard
c46b7fbe1b Let's try doing all I/O on the thread if threading is enabled, no matter how short. 2013-08-21 20:50:45 +02:00
Henrik Rydgard
3cd80e1c51 GLES: Discard "AA" lines, we can't do anything that makes sense with them anyway.
Should fix the "wireframe look" in one game, I can't test it though.
2013-08-21 20:45:22 +02:00
Henrik Rydgard
0a0377a106 Update version 2013-08-21 20:02:53 +02:00
Henrik Rydgard
b3c564cb72 Update submodules 2013-08-21 19:54:57 +02:00
Henrik Rydgård
7db0398d6d Merge pull request #3307 from thedax/reviseFrameskipOSMs
Use the correct "Frame Skipping" translation string.
2013-08-21 10:48:50 -07:00
The Dax
ad2368001b Use the correct "Frame Skipping" translation string. 2013-08-21 13:47:21 -04:00
Henrik Rydgård
ba15575ffa Merge pull request #3306 from thedax/reviseFrameskipOSMs
Make Win32 Frameskipping OSMs more translator-friendly.
2013-08-21 10:38:26 -07:00
The Dax
3e081f170c Keep it simple, stupid..heh. 2013-08-21 13:35:26 -04:00
The Dax
b642ceea9a Check frameskipStr too. 2013-08-21 13:22:13 -04:00
Henrik Rydgård
620c707aa5 Merge pull request #3305 from unknownbrackets/reporting
Increase and decrease some reporting (mostly decrease...)
2013-08-21 09:57:31 -07:00
Henrik Rydgard
5ad42c8948 Fix Set "ReportingHost" 2013-08-21 18:52:21 +02:00
Henrik Rydgård
ec5bb37c78 Merge pull request #3303 from thedax/crashFix
Fix crash with CPU Speed Lock popup.
2013-08-21 09:48:34 -07:00
The Dax
be5e250ca2 Avoid possible crashes with 0 delimiters, more than 2 delimiters, or any delimiters that aren't for integers or strings. 2013-08-21 12:25:30 -04:00
The Dax
27fb798bf4 Make Win32 Frameskipping OSMs more translator-friendly. 2013-08-21 11:48:14 -04:00
Unknown W. Brackets
19016ac7c4 Cut down on some kernel HLE reporting.
Not sure where these are coming from, hacked games?
2013-08-21 08:40:31 -07:00
Unknown W. Brackets
2488bce9ef Doesn't seem like this is an issue anywhere. 2013-08-21 08:40:30 -07:00
Unknown W. Brackets
ad8da6e02f Report bad memory access (first time only.) 2013-08-21 08:40:30 -07:00
Unknown W. Brackets
a217cefa11 Tone down some less needed reporting. 2013-08-21 08:40:29 -07:00
The Dax
70e7b879a2 Expand this one too, to be safe, if more floating point precision is required. 2013-08-21 11:31:19 -04:00
The Dax
1c1b41b7a2 Fix crash with CPU Speed Lock popup. 2013-08-21 11:28:25 -04:00
Henrik Rydgård
a526b7ca7c Merge pull request #3300 from thedax/fixWin32Folders
Win32: Fix flash0/memstick folder locations.
2013-08-21 07:16:55 -07:00
Henrik Rydgård
e12fdd8bfc Merge pull request #3302 from raven02/patch-7
Matching all category in each section for translation
2013-08-21 07:13:33 -07:00
raven02
edca2c18c3 Matching all category in each section for translation 2013-08-21 22:12:49 +08:00
The Dax
76f7ecbcac Remove some code that was screwing with Win32's ability to find its own flash0/memstick folders. WTF was that stuff anyway? :\ 2013-08-21 10:08:49 -04:00
Henrik Rydgard
a4f5ad6ee0 Fix bug that turned on reporting for everyone as soon as they went into
settings the first time.
2013-08-21 15:54:41 +02:00
Henrik Rydgård
e4ee9f50e6 Merge pull request #3295 from thedax/win32onscreenmessages
Win32: Fix frameskipping menu and add more OSMs.
2013-08-21 05:34:50 -07:00
The Dax
6150c6157d Fix minor bug in NewUI and make frameskipping strings translatable. 2013-08-21 08:32:06 -04:00
The Dax
c9447fbe67 Win32: Fix frameskip menu and reinstate removed frameskip strings. They're all correct, now. 2013-08-21 08:19:25 -04:00
Henrik Rydgård
2e4e2b9f69 Merge pull request #3297 from thedax/updateNative
Update native.
2013-08-21 05:13:05 -07:00
The Dax
0bd23c2816 Update native. 2013-08-21 08:07:16 -04:00
Henrik Rydgård
22cd47ca79 Merge pull request #3291 from thedax/fixConfirmButtons
Fix the confirm button prefs by swapping the strings and saving as 1/0.
2013-08-21 04:47:10 -07:00
Henrik Rydgård
a69a0cb688 Merge pull request #3294 from thedax/allowPauseScreenBtnClose
PauseScreen: Allow escape/cancel buttons to dismiss the menu to return to the game.
2013-08-21 03:33:38 -07:00
The Dax
199bd959ca PauseScreen: Allow escape/cancel buttons to dismiss the menu and go back in-game. 2013-08-21 06:18:18 -04:00
Henrik Rydgård
052e378382 Merge pull request #3293 from thedax/qtBuildFix
Attempt to fix Qt build.
2013-08-21 02:45:47 -07:00
The Dax
4ccf58c168 Attempt to fix Qt build. 2013-08-21 05:40:12 -04:00
The Dax
fec1bfd50f Fix the confirm button prefs by swapping the strings and saving as 1/0 instead of 1/2. 2013-08-21 05:17:55 -04:00
Sacha
d64b83be97 Add missing atlasscript. Set multithread to false for Symbian on start. 2013-08-21 19:10:22 +10:00
Henrik Rydgård
4e1607cbd0 Merge pull request #3290 from thedax/nicknameBoxFix
Use the previous nickname as the default value instead of "PPSSPP".
2013-08-21 02:06:05 -07:00
The Dax
4098524856 Use the previous nickname as the default value instead of "PPSSPP". 2013-08-21 04:56:53 -04:00
Henrik Rydgård
ca4321d376 Merge pull request #3288 from unknownbrackets/reporting
Report a couple unhandled blocks
2013-08-21 01:27:48 -07:00
Unknown W. Brackets
72ce41f41c Report a couple unhandled blocks. 2013-08-21 01:20:06 -07:00
Henrik Rydgård
07a41e3432 Merge pull request #3287 from unknownbrackets/fbo-minor
Compare the right fb address for suboffset textures
2013-08-21 00:38:29 -07:00
Unknown W. Brackets
5b5bee86dd Compare the right fb address for suboffset textures.
If that case is changed to AttachFramebufferValid(), fixes Valkyrie Profile's graphics mostly.

Still seems to hang somewhat into the game...
2013-08-21 00:34:47 -07:00
Sacha
14649114d5 Disable threading on Symbian only. 2013-08-21 17:20:43 +10:00
Sacha
96b2bbdc2e Add Russian to LowMem. Modify script to automatically build lowmem atlas at same time. 2013-08-21 12:30:13 +10:00