mildlysec
c3dfb64839
Added ability to press analog keys lightly using shift button
2014-06-07 22:21:54 +02:00
Sacha
ed96d73187
Use OpenCPPFile for iostream open without the ifdef's.
2014-06-06 00:22:43 +10:00
The Dax
285640dbdf
CWCheats: Make sure to convert paths properly so that non-English paths are supported.
2014-06-04 23:01:03 -04:00
Unknown W. Brackets
0daaf70ee3
Add UI for realtime sync option.
2014-06-03 01:36:20 -07:00
sum2012
6ed269d16b
Attempt to solve Travis CI build
2014-06-02 18:28:16 +08:00
sum2012
d3c511e793
Use TextView instead of Choice
2014-06-02 18:21:34 +08:00
sum2012
c9219e1d0c
Add missing "F"
2014-06-02 16:40:37 +08:00
sum2012
93827b383d
OSK for network setting for non-windows
...
Fix windows 's full screen problem too
2014-06-02 14:15:07 +08:00
The Dax
4ab69656fe
Win32 buildfix.
2014-05-30 18:21:40 -04:00
Sacha
5394eb29c8
Fix #6169 . variable was defined in class but treated as local to function in parts. This meant it wasn't being cleared properly when view was recreated (eg. changing language).
2014-05-28 17:05:15 +10:00
Unknown W. Brackets
a5e3623742
Skip cpu change when game not running.
...
Oops, this happened when changing settings. Fixes #6167 .
2014-05-27 23:03:08 -07:00
raven02
608d43898d
Remove AlphaMaskHack
2014-05-27 22:11:18 +02:00
lioncash
ee520d0974
Fix a typo in GameSettingsScreen
2014-05-27 12:41:55 -04:00
Unknown W. Brackets
ccb0e84631
Oops, forgot to move this, darn it.
2014-05-27 00:39:36 -07:00
Unknown W. Brackets
a70b5abfb9
Allow jit to be enabled/disabled at runtime.
2014-05-27 00:02:51 -07:00
Unknown W. Brackets
b2e66d0b6a
Clear jit when changing "fast memory".
...
This way it takes effect immediately.
2014-05-26 23:39:53 -07:00
Henrik Rydgård
548d27e95c
Merge pull request #6133 from sum2012/UI
...
Add a network setting and Windows OSK keyboard option
2014-05-26 00:22:43 +02:00
sum2012
22e198962f
Fix translate
2014-05-25 17:47:56 +08:00
sum2012
ce2abe44d0
Add a space
2014-05-25 17:14:07 +08:00
Henrik Rydgard
90f2d06697
Add setting to enable/disable GPU block transfer
2014-05-25 10:18:14 +02:00
sum2012
9138fec3c1
Add a network setting
...
Non-windows setting cannot change
2014-05-25 13:19:56 +08:00
sum2012
9658b3a1b8
Add a Windows OSK keyboard option
2014-05-25 09:26:30 +08:00
Unknown W. Brackets
42e6dc2e2f
Fix Symbian build (avoid range for.)
2014-05-21 08:40:14 -07:00
Unknown W. Brackets
b596e952bf
Attempt to make range-for work in 4.6.3...
2014-05-21 08:11:11 -07:00
Unknown W. Brackets
0a92d377b0
Avoid a race condition during game shutdown.
...
Hoping this is it.
2014-05-21 01:13:40 -07:00
Henrik Rydgard
b65e90e71d
Forgot to make translatable
2014-05-19 23:43:59 +02:00
Henrik Rydgard
3023f7d06b
Android: Switch dpad default to use HAT X/Y +/- instead of "dpad", as documented.
...
Add a simple "autoconfigure" facility for input devices, that lets the user choose
if several are connected.
Can be expanded in the future to provide custom default mapppings for various devices as long as we manage to identify them.
Ideally, key mappings should be unique per device but they aren't yet.
2014-05-19 23:31:11 +02:00
Unknown W. Brackets
14be491aa8
Don't set pending boot flag on "stop".
...
And rename to boot pending, not "boot successful."
2014-05-15 22:17:19 -07:00
Unknown W. Brackets
bfa02f8fa1
Fix some spurious resets on stopping a game.
2014-05-11 10:58:33 -07:00
Henrik Rydgård
d3ab35673b
Merge pull request #6036 from thedax/gameSettingsScreen-ui-fix
...
GameSettingsScreen: Adjust the "Show Touch Pause Menu Button" enabling logic slightly.
2014-05-08 13:34:03 +02:00
Henrik Rydgård
155dcee5a6
Merge pull request #5975 from raven02/patch-32
...
Audio : add low/medium/high audio latency mode
2014-05-08 11:00:01 +02:00
Henrik Rydgård
9dfe12dc2a
Merge pull request #6035 from thedax/egl-extensions-tab
...
SystemInfoScreen: Don't show the EGL Extensions tab if there are none to show.
2014-05-08 10:47:03 +02:00
Henrik Rydgård
fcaaedebbd
Merge pull request #5951 from raven02/patch-23
...
Medium quality mode for spline patch
2014-05-06 23:05:27 +02:00
The Dax
e311e6a7b0
Update the alternative speed slider to use the new stepping system.
...
Also, no need to use floats at all with a revised formula.
2014-05-06 04:49:23 -04:00
The Dax
8320cee1bc
GameSettingsScreen: Adjust the "Show Touch Pause Menu Button" enabling logic slightly.
...
We don't want it to be enabled in-game, but there's also no point enabling the option if the user isn't showing touch controls to begin with.
2014-05-06 01:11:27 -04:00
The Dax
09d7dc30ff
SystemInfoScreen: Don't show the EGL Extensions tab if there are none to show.
2014-05-06 00:26:51 -04:00
Henrik Rydgård
8bab8dac9b
Merge pull request #6027 from unknownbrackets/ui-tweaks
...
Improve reset (and delay) and boot of another game
2014-05-05 08:31:09 +02:00
Unknown W. Brackets
6183dadc31
Improve reset (and delay) and boot of another game.
...
Fixes #6023 .
2014-05-04 19:58:36 -07:00
The Dax
4fce3e4588
Alt speed slider: Remove the rounding, since native does it automatically. Don't use an integer divide.
2014-05-04 15:44:22 -04:00
The Dax
eacd4c3e19
Allow the speed to go as low as 0% (at which point it becomes unlimited, since zero FPS limit in the code means unthrottle).
2014-05-03 16:35:36 -04:00
The Dax
1dd10ef536
Switch to a slider for alternative speed, and make its range 5-600%.
2014-05-03 16:26:05 -04:00
The Dax
37fd7a95db
Let desktop SDL builds see the fullscreen option, too. There's no reason they can't.
2014-04-27 16:22:22 -04:00
raven02
eda3d48d53
Switch to low/medium/high audio latency mode
2014-04-27 22:11:26 +08:00
The Dax
d3f82ff179
Fix Linux build, again.
2014-04-26 02:32:43 -04:00
The Dax
731a27dd58
Instead of using escape only, allow anything mapped to "Pause" to exit as well.
2014-04-26 02:02:54 -04:00
The Dax
a7a2bb3b28
Fix Linux build.
2014-04-26 01:14:08 -04:00
The Dax
6bedad2aa5
Enable --escape-exit for all relevant platforms. It makes PPSSPP more front-end friendly by letting escape quit the emu.
2014-04-26 01:00:45 -04:00
raven02
aa08944528
Medium Quality mode for spline patch
2014-04-26 12:04:26 +08:00
The Dax
847895320d
Don't allow switching between JIT/interpreter when a game is running.
...
It doesn't work, anyway.
2014-04-22 00:27:31 -04:00
Unknown W. Brackets
4dcf1d86ed
Don't count all files as savedata if id blank.
2014-04-20 20:50:45 -07:00