Henrik Rydgård
51484e48a9
Merge pull request #5043 from thedax/win32IgnoreWindowsKeyOption
...
Win32: Add an option to disable the Windows key when the emulator is the active window.
2014-01-08 10:46:47 -08:00
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
zack-vii
26fbb4c32c
"Next Slot" control mapping
...
-added "Next Slot" to control mapping menu
-added VIRTKEY_NEXT_SLOT -> incremented VIRTKEY_TOGGLE_FULLSCREEN
-added SaveState::NextSlot(); as replacement for code in
WndMainWindow
-added entry in EmuScreen using SaveState::NextSlot();
2014-01-07 15:56:04 +01:00
Henrik Rydgard
a387f6dd8b
Also disable some weird axis events we get on Ouya from mapping.
2014-01-07 00:01:41 +01:00
Henrik Rydgard
5f2954bc69
Prevent the accelerometer from being mapped to controls directly until we can create sane UI for that.
2014-01-06 23:58:59 +01:00
Henrik Rydgård
53deef19c5
Merge pull request #4998 from ufdada/master
...
disable some settings if sound isn´t enabled
2014-01-03 12:06:55 -08: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
Henrik Rydgård
c51b117ba2
Merge pull request #4991 from ufdada/master
...
Also disable vertex cache option if hw transform is disabled
2014-01-03 10:11:14 -08:00
ufdada
a13ea7cd56
Disable vertex cache option if hw transform is disabled
2014-01-03 18:20:34 +01:00
Henrik Rydgard
af8a9bcb5a
Remove silly debug log
2014-01-03 17:48:21 +01:00
Henrik Rydgård
f570601f84
Preliminatory support for a fullscreen toggle for SDL platforms.
...
Does not seem to work on Mac.
2014-01-03 15:16:23 +01:00
Henrik Rydgård
9281fccacd
Merge pull request #4939 from unknownbrackets/texcache
...
Add two options to adjust the texture cache
2014-01-02 08:32:59 -08:00
Unknown W. Brackets
2618f2ed39
Add a simple extract file command.
...
Mostly useful for quickly/easily extracting pmf/atrac/etc. files.
2014-01-01 16:47:15 -08:00
Unknown W. Brackets
aea00a7770
Add UI options for new texcache options.
2014-01-01 15:49:11 -08:00
Henrik Rydgård
ce378b231f
Delete CPU.cpp/h , cleanup
2013-12-30 00:11:29 +01:00
Henrik Rydgård
87f203a5b8
More include untangling
2013-12-29 23:44:35 +01: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
1ff9b5b21f
emnu fix#5
2013-12-21 16:44:58 +08:00
raven02
821fe26cdc
emnu fix#3
2013-12-21 16:20:46 +08:00
Sacha
af1c326617
Qt: Remove renaming of 'lowmem' zim so that it can be loaded externally as well. Update version.
2013-12-20 01:30:39 +10:00
Sacha
41ae3448c9
Show twitter option for non-Android. (not enabled)
2013-12-19 23:34:33 +10:00
Henrik Rydgård
18aa2606a4
Add direct link to PPSSPP's Twitter page on CreditsScreen.
2013-12-19 14:28:49 +01:00
Henrik Rydgård
0cd1c3ad92
Update native
2013-12-16 16:21:10 +01:00
Henrik Rydgård
2871633e36
Merge pull request #4750 from unknownbrackets/ui-tweaks
...
Support pinning paths in the game browser
2013-12-16 06:08:05 -08:00
bollu
fc1da7c796
Merge branch 'master' of https://github.com/hrydgard/ppsspp into improvedTilControls
2013-12-16 07:16:05 +05:30
sum2012
34ae0e6686
Revert "Add def for Visual Studio"
...
This reverts commit 38fb300d25 .
2013-12-16 08:39:39 +08:00
sum2012
38fb300d25
Add def for Visual Studio
2013-12-16 08:37:26 +08:00
sum2012
7e2af3e9aa
Fix windows build
2013-12-16 08:28:54 +08:00
Henrik Rydgard
214cc01976
Fix bugs in stencil2alpha, fix bugs in glsl 3 support, enable dual source blending where available
...
The stencil2alpha bug fixes fix some glows in Wipeout, dual source fixes the rest.
2013-12-15 12:49:13 +01:00
Unknown W. Brackets
1513701d0e
Oops, make things translatable.
2013-12-14 22:36:42 -08:00
Unknown W. Brackets
ae576f2457
Show the path in the game details screen.
...
Helps when you have 2+ isos in the same dir with different versions of the
same game, heh. Like when hacking/translating.
2013-12-14 22:36:41 -08:00
Unknown W. Brackets
11f676d176
Support extracted ISOs (for debugging) in browser.
2013-12-14 22:36:40 -08:00
Unknown W. Brackets
4ed419d4d5
Support pinning paths in the game browser.
...
For example, you might have games in multiple places, internal and
external storage, or a projects directory in addition to regular games,
etc.
2013-12-14 22:34:44 -08:00
vnctdj
5473c022ee
Update Store.cpp
...
"Store" pointer name changed (https://github.com/hrydgard/ppsspp/wiki/i18n-translation-pointer-names )
Making translatable
2013-12-14 14:50:18 +01: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
vnctdj
ae35a63fb6
Fix letter case
...
Proof :
>> http://forums.ppsspp.org/member.php?action=profile&uid=6783
>> http://forums.ppsspp.org/member.php?action=profile&uid=16401
2013-12-14 11:57:36 +01:00
Henrik Rydgard
c82b76aab9
Add people who worked on ad-hoc to credit list
2013-12-14 11:12:31 +01:00
vnctdj
253b4037f1
Shorten the key
2013-12-13 14:58:06 +01:00
vnctdj
f8b26a586f
Make "Download from the PPSSPP Homebrew Store" translatable in [MainMenu]
2013-12-13 14:31:34 +01:00
Henrik Rydgard
ab32c99b73
Add setting to disable version checks
2013-12-12 15:59:12 +01:00
Henrik Rydgard
e7ef34d1e6
last minute fix: Reset the control layout when upgrading from 0.9.5.
...
The settings are not compatible.
2013-12-12 14:52:46 +01:00
Henrik Rydgard
70174ac405
Warn fix, cleanup, update buttons.svg
2013-12-12 12:08:36 +01:00
Henrik Rydgard
0bfe9db9ab
DPad cosmetics: Move the arrows outwards a bit
2013-12-11 20:52:13 +01:00
Henrik Rydgard
f4a9a9cde1
Disable "hold" on zip buttons. Add subtle glow to indicate to keep holding game buttons.
2013-12-11 20:37:57 +01:00
Henrik Rydgard
13dd5f305c
Add trivial "Show in Folder" functionality to game screen
2013-12-11 20:19:30 +01:00
Henrik Rydgard
cf0f4b612e
Touch buttons: Center the triangle in the circle. See #4799 for explanation.
2013-12-11 20:18:54 +01:00