Commit Graph

1548 Commits

Author SHA1 Message Date
Henrik Rydgard
f861a4cc8c Make the game button hold animation time-based instead of framecount based. Fixes #7404 2015-03-01 15:59:17 +01:00
Andrey Bondrov
ba9d0b7665 Don't set focus for Play choice 2015-03-01 22:56:57 +10:00
Henrik Rydgård
30ad27f961 Merge pull request #7536 from unknownbrackets/control-minor
Add an option to ignore gamepads when not focused
2015-03-01 01:11:40 +01:00
Mike
0653946acb fix for crash opening directory 2015-02-28 16:05:13 -08:00
Unknown W. Brackets
cf88c7ff67 Add an option to ignore gamepads when not focused. 2015-02-28 14:02:03 -08:00
Unknown W. Brackets
be26455f73 Fix size of first bg audio read.
Otherwise we get static at the start.
2015-02-28 13:29:51 -08:00
Unknown W. Brackets
d2960b23e8 Stop background audio if disabled while playing. 2015-02-28 12:42:32 -08:00
The Dax
c84343e9ae On Maemo, iOS, and Symbian, make sure to always show the menu touch button, regardless of touch control visibility. 2015-02-23 04:13:26 -05:00
The Dax
31fafe3b32 If audio is disabled, don't play background audio. 2015-02-23 03:07:34 -05:00
Unknown W. Brackets
a8b59e171b Fix a few type comparison warnings. 2015-02-22 13:31:23 -08:00
Henrik Rydgård
635f43ba7d Merge pull request #7477 from LunaMoo/remove-obsolete-save
Remove 2 more game specific config saves.
2015-02-16 23:14:13 +01:00
Henrik Rydgard
7e38ca38b3 Pause UI: Increase vertical spacing between savestate slots, allow changing the "current" slot by choosing an empty one 2015-02-16 22:41:01 +01:00
Henrik Rydgard
83f81eaaf1 Remove unnecessary Clear() from UI background drawing code 2015-02-15 20:41:36 +01:00
Henrik Rydgard
c9e6938801 UI: Add "overscroll" when keyboard navigating, to show a bit of the next item. Add some shadows. 2015-02-15 11:22:24 +01:00
LunaMoo
872d898307 Remove 2 more game specific config saves.
ba96b7b31c now saves it.:3
2015-02-15 03:49:01 +01:00
Peter Tissen
ba96b7b31c Just save the current config every time the config file is switched
also undo #7473 because it would now introduce redundant writes.
2015-02-14 19:21:26 +01:00
Peter Tissen
aa6985f5c2 Save after changing recent list
regarding #7472 . If this is not done then the config file (the main config,
the per-game config files do not have recent entries) is loaded when a game
with game-specific settings is touched.
2015-02-13 10:27:11 +01:00
vnctdj
63bfaca3c0 Do differently 2015-02-11 14:32:43 +01:00
Henrik Rydgard
d6cf857a06 Make it impossible to set Auto Frameskip and Non-buffered together as they interact in a bad way 2015-02-09 23:11:45 +01:00
Henrik Rydgård
68cb7cb21a Merge pull request #7384 from sum2012/Gamesetting
Fix unicode letters in PPSSPP folder in installed.txt
2015-02-04 15:31:51 +01:00
sum2012
83243fb696 Fix by hrydgard 2015-02-04 20:34:53 +08:00
Henrik Rydgard
fef70c528b Possibly fix weird control visibility issue #7417 although I don't quite get it.. 2015-02-04 10:43:49 +01:00
Henrik Rydgard
ca512ea06a More minor cleanup. Update lang. 2015-02-03 21:59:36 +01:00
Henrik Rydgard
60a837f19f Minor cleanup 2015-02-03 21:28:08 +01:00
Henrik Rydgard
a370475425 Make it possible to type 'X' into the nickname (and other) textboxes without being thrown out.
Fixes #7410
2015-02-03 00:11:51 +01:00
Henrik Rydgard
682ef7d083 Add a focus style to the little screenshot previews to make keyboard navigation less confusing 2015-02-02 10:09:00 +01:00
Henrik Rydgard
feb96f0573 Fix the number overlay in save state slots 2015-02-02 09:46:36 +01:00
Henrik Rydgard
80d610998d Better error checking in D3D9 init 2015-02-02 09:27:27 +01:00
Henrik Rydgard
9e162f30ab Update native with layout bugfix, fixing scrolling issue in savestate list. Tweak layout a little. 2015-02-02 09:14:05 +01:00
Henrik Rydgard
5354f5163a Show date/time of saves on pause screen. Better WASAPI error checking. 2015-02-01 18:31:51 +01:00
Henrik Rydgard
001eda39e0 Add really primitive save preview on "Next Slot". Improve pause screen layout a little. 2015-02-01 18:04:50 +01:00
Henrik Rydgard
6420f5f476 Only show the audio backend option on Vista+. Correct the enum order. Init DSound on its thread. 2015-02-01 11:57:11 +01:00
Henrik Rydgard
0b70889b2e Fix windows audio backend enum order 2015-02-01 11:32:11 +01:00
Henrik Rydgard
69bc82548f Update the font atlas 2015-01-31 15:29:57 +01:00
Henrik Rydgard
9fac72c916 Hide Farsi on non-Windows as it won't render 2015-01-31 15:27:13 +01:00
Henrik Rydgard
39bbc008f4 Add option to turn off the resampler if native audio sample rate is 44100Hz (sometimes in WASAPI, always in DSOUND) 2015-01-31 12:20:45 +01:00
Henrik Rydgard
24c78ed2f4 Add option to turn off the synchronizing audio resampler. Only available if output sample rate is 44100Hz. 2015-01-31 12:12:29 +01:00
Henrik Rydgard
7d16a4a0c4 Android: Prevent the user from choosing display resolutions that won't work on their device.
Fixes #7324
2015-01-30 00:28:53 +01:00
Henrik Rydgard
3c9b6c185e Typo fix 2015-01-29 22:47:46 +01:00
Henrik Rydgard
ce03d747bc Add a link to the adhoc forum in the networking screen, hoping to reduce my email load :) 2015-01-29 22:15:42 +01:00
Henrik Rydgard
626e2fc2c8 Make the button on the screenshot popup translatable 2015-01-29 15:13:53 +01:00
Henrik Rydgard
2792602252 Pass the game selection screen audio through the resampler. Fixes #7316 . 2015-01-29 14:58:03 +01:00
Henrik Rydgard
86cee103f3 Add audio debug stats dev tool. Increase audio buffer low watermark a bit, hopefully helping #7370. 2015-01-29 12:56:17 +01:00
LunaMoo
4ef0c14cc8 oops 2015-01-28 09:48:35 +01:00
LunaMoo
a7cce0f105 Close cheat menu before editing file. 2015-01-28 09:06:00 +01:00
sum2012
4e25bf91a3 Fix unicode letters in PPSSPP folder 2015-01-28 06:56:41 +08:00
Luna
4344d4274c Fix saving refreshing rate for per-game settings 2015-01-27 22:08:59 +01:00
Luna
b954145241 Implement CW cheat refresh rate. 2015-01-27 00:50:50 +01:00
Henrik Rydgard
f55e0abc93 Experiment, trying to fix #7336: Make sure that a clear is the very first thing to happen in a frame.
Also a minor warning fix.
2015-01-26 00:25:48 +01:00
Coldbird
72d5845532 Fixed Indentation + Moved Cardboard Menu 2015-01-24 20:01:09 +01:00