The Dax
f6606e2e2b
Win32: Add the option to the Game Settings menu, too, and add a separator in NewUI.
2014-01-07 16:08:11 -05:00
The Dax
9d2868b7ce
Win32: Add option to disable the Windows key.
2014-01-07 16:02:00 -05:00
ufdada
028bbbeb0b
value already bool, no need to cast it
2014-01-03 21:03:57 +01:00
ufdada
70a8391d90
disable some settings if sound isn´t enabled
2014-01-03 20:58:59 +01:00
ufdada
a13ea7cd56
Disable vertex cache option if hw transform is disabled
2014-01-03 18:20:34 +01:00
Unknown W. Brackets
aea00a7770
Add UI options for new texcache options.
2014-01-01 15:49:11 -08:00
Henrik Rydgård
79ff2f0ba8
Start untangling our include mess a little.
2013-12-29 23:34:45 +01:00
Henrik Rydgård
b0bfda6333
Merge pull request #4515 from bollu/improvedTilControls
...
Redid the tilt controls in a nicer way
2013-12-22 02:13:28 -08:00
raven02
821fe26cdc
emnu fix#3
2013-12-21 16:20:46 +08:00
bollu
ee5a9fb9b1
fixed a tilt bug
2013-12-14 18:25:57 +05:30
bollu
b0c7e824be
Merge branch 'master' of https://github.com/hrydgard/ppsspp into improvedTilControls
2013-12-14 16:45:29 +05:30
Henrik Rydgard
ab32c99b73
Add setting to disable version checks
2013-12-12 15:59:12 +01:00
Henrik Rydgard
a70ed3cb85
UI fixes (including zip button clickability)
2013-12-11 20:01:17 +01:00
Henrik Rydgard
7271367ac1
"Thin Borders" touch button style, ability to choose.
...
Also a Gold color scheme. Not sure whether to use or not.
2013-12-10 23:27:46 +01:00
Henrik Rydgard
c9ed58854a
Fix the size of a couple of back buttons. Fixes #4763
2013-12-10 19:57:07 +01:00
Sacha
a0c5af288c
Add InputBox as a platform-specific system function instead of a host function. Enable it on all Qt platforms. Add Set Nickname to mobile Qt.
2013-12-08 20:16:34 +10:00
Sacha
d5147c4234
Add ability to change nickname and take screenshot to Qt Desktop UI.
2013-12-08 04:57:06 +10:00
Henrik Rydgård
cd2adf80a4
Add keybinding to rewind (backspace by default), if rewind states are enabled. Disable rewind on mobile.
2013-12-05 16:25:17 +01:00
Henrik Rydgard
abb41bd54f
Fix translation key for "Networking"
2013-12-04 12:19:27 +01:00
Henrik Rydgard
127864b679
Prevent post shaders from getting applied twice in some circumstances when playing video.
2013-12-04 11:46:42 +01:00
Henrik Rydgard
60ed75f68a
Add option to disable networking, tries to replicate the old error codes.
...
Please test if disabling this option "fixes" any games that broke with the adhoc merge.
2013-12-04 11:07:52 +01:00
Henrik Rydgard
ce1693d7f9
Re-hide vtx decoder jit setting, no new bugs have been reported...
...
since the skinning one was fixed.
2013-12-04 10:46:28 +01:00
Henrik Rydgård
c3dfbbeff9
Add option to disable touch dpad diagonals.
...
Makes some games a lot more playable with touch screen.
2013-12-02 15:50:09 +01:00
Henrik Rydgård
a6c7663ea8
Allow resizing touch buttons individually.
2013-12-02 15:15:19 +01:00
Henrik Rydgård
e017a17dbb
Show homebrew as a list by default, allow changing the view mode
...
Homebrew often has poor icons, making the names important.
Also fix an issue with touch button scaling.
Conflicts:
Core/Config.cpp
UI/MainScreen.cpp
2013-12-02 12:34:09 +01:00
W.MS/王京
6d4095abdf
Disable vertex jit on jailed iOS devices
2013-12-02 10:48:52 +01:00
Henrik Rydgard
e3e9408b87
Resurrect the vtx decoder jit option for debugging
2013-11-30 16:11:54 +01:00
Henrik Rydgård
ece459250d
Buildfix
2013-11-29 14:32:03 +01:00
Henrik Rydgård
6258c2bb9a
Make the vertex decoder JIT an ini-only setting, it is solid enough to hide.
2013-11-29 14:21:03 +01:00
Henrik Rydgård
ba7536d5ce
Allow translations of post processing shaders (new section PostShaders).
...
Minor tweaks.
2013-11-29 11:37:15 +01:00
Sacha
c71186b35a
Partial Stretch: This setting is needed on other devices too.
2013-11-28 14:59:17 +10:00
Sacha
0dadd84ef7
Symbian: Enable multi-threading (works now).
2013-11-24 20:22:35 +10:00
Sacha
fb7c3d96fd
Introduce Timer Hack.
...
Has been used in previous Symbian releases to improve speed. Was thought to only work on Wipeout but actually works on most games?
Games that run based on internal timer will experience 60 VPS without frameskip.
2013-11-16 02:16:17 +10:00
Henrik Rydgard
7e67476b00
Simple unoptimized software skinning.
...
Does not take advantage of the possible reduction in state changes yet.
2013-11-13 18:10:57 +01:00
Sacha
aad70d8912
Symbian: Support software GPU. It seems to compile properly now. May allow Nokia 500 to run PPSSPP (albeit very slowly).
2013-11-12 16:20:52 +10:00
bollu
9c219bc18b
moved tilt logic to separate unit and enabled tilt to control multiple input types
2013-11-11 17:22:04 +05:30
Henrik Rydgard
63334698e1
Add temporary setting to disable the vertex decoder jit while we debug it
2013-11-09 18:16:26 +01:00
Henrik Rydgård
23ac6ea2fd
Merge branch 'autoLoadSave' of https://github.com/bollu/ppsspp into bollu-autoLoadSave
...
Conflicts:
Core/Config.h
UI/EmuScreen.cpp
2013-11-06 15:40:36 +01:00
Unknown W. Brackets
5328e213a6
Clear the jit cache when toggling debug stats.
...
This way we can bypass that check normally, for speed.
2013-11-04 08:03:50 -08:00
The Dax
728101aebb
Revise how the language system works.
...
On Win32, the Language menubar is eliminated in favour of displaying a NewLanguageScreen on screens that are of type UIDialogScreenWithBackground/UIScreenWithBackground; UIScreen inheriting screens (e.g. GamePauseScreen) still require manual additions.
2013-11-03 19:21:53 -05:00
Unknown W. Brackets
f66da87d9d
Fix translation of rewind setting title.
2013-11-03 07:56:17 -08:00
Unknown W. Brackets
3591d9d33e
Add a warning for people with low mem devices.
2013-11-02 18:35:48 -07:00
Unknown W. Brackets
2f010773e1
Add rewind feature to the UI.
...
May not be perfect yet.
2013-11-02 18:33:23 -07:00
bollu
4bdf78e2a2
change defaults and setting name
2013-11-02 04:41:20 +05:30
Siddharth
6cd5b748eb
created auto load feature
2013-10-30 22:46:27 +05:30
Henrik Rydgård
d3f9853d2d
Also disable rendering resolution when render mode = non-buffered
2013-10-30 12:12:28 +01:00
Henrik Rydgård
cbe8245bad
Disable postprocessing shader choice when rendering mode = non-buffered
2013-10-30 11:28:14 +01:00
Henrik Rydgard
774c4896ef
Restore the check for rendering mode disabling the reports checkbox.
...
Forgot why it was there, so I also added a comment.
2013-10-29 16:22:36 +01:00
Henrik Rydgård
997c7dc374
Simplify some UI code, fix enabled-ness of Tilt analog settings
2013-10-29 10:22:09 +01:00
bhavin192
64c40f75fc
Add back button to TiltAnalogSettingsScreen
...
fixed up by hrydgard
2013-10-29 10:05:47 +01:00