Unknown W. Brackets
|
fb2ca2bb82
|
Add default mappings for left analog sticks.
|
2013-07-07 16:10:20 -07:00 |
|
Unknown W. Brackets
|
8e5d115c8e
|
Get basic axis mapping working.
|
2013-07-07 16:10:20 -07:00 |
|
Unknown W. Brackets
|
ef8ce2d05c
|
Add some missing key names.
|
2013-07-07 09:26:30 -07:00 |
|
Henrik Rydgard
|
b581b73757
|
Make even more keys mappable
|
2013-07-07 14:38:10 +02:00 |
|
Henrik Rydgard
|
ab1b7e7288
|
Get rid of remaining legacy key mappings. Make Pause and F3 mappable, add default mappings. You may need to manually map these if you have an old ppsspp.ini.
|
2013-07-07 14:08:08 +02:00 |
|
Henrik Rydgard
|
7cd45d9375
|
Make some more keys mappable in Windows.
|
2013-07-07 12:03:11 +02:00 |
|
Henrik Rydgard
|
19a6edd6cc
|
Let the user map unthrottle and rapidfire. Make more keys mappable.
|
2013-07-07 11:25:19 +02:00 |
|
Henrik Rydgard
|
47dae8c004
|
Fix bug with unthrottle as virtual key. Add button to restore default key mappings.
|
2013-07-07 11:25:19 +02:00 |
|
Henrik Rydgard
|
cee45d0ad2
|
Win32: Switch to RawInput for keyboard processing. Lets us distinguish LSHIFT/RSHIFT and LCTRL/RCTRL.
|
2013-07-07 11:25:18 +02:00 |
|
Henrik Rydgård
|
3e8cb98a40
|
Merge pull request #2672 from unknownbrackets/ctrl-rapid
Add back rapid fire, make it possible to use on other platforms
|
2013-07-07 00:49:37 -07:00 |
|
Unknown W. Brackets
|
efb2ab52b4
|
Add a rapid fire virtual key, like before.
|
2013-07-06 23:06:34 -07:00 |
|
Unknown W. Brackets
|
b9c2e21105
|
Improve performance of syscall resolving.
This was actually kinda slow (noticeably) in God Eater Burst.
|
2013-07-06 15:14:50 -07:00 |
|
Henrik Rydgard
|
a793688005
|
Clear controller mapping sections in the ini to prevent them from growing out of control heh
|
2013-07-06 21:30:27 +02:00 |
|
Henrik Rydgard
|
b0ee3a173a
|
Add mechanism for unlimited mappable virtual keys (not restricted by some bitfield). Use it to implement X/Y analog key mapping.
|
2013-07-06 20:45:44 +02:00 |
|
Henrik Rydgard
|
cc58e34cf8
|
Remove legacy key mapping and associate devices with keys (DInput has been left behind for now, will be fixed up soon). Saving is broken, will be fixed soon.
|
2013-07-06 20:45:44 +02:00 |
|
Henrik Rydgård
|
8988d697e3
|
Merge pull request #2647 from unknownbrackets/jit-minor
Fix x64 jit bugs (memchecks and lwl/lwr/swl/swr)
|
2013-07-06 09:35:12 -07:00 |
|
Henrik Rydgard
|
a599bf7500
|
Assorted warning fixes and cleanups
|
2013-07-06 11:09:19 +02:00 |
|
Unknown W. Brackets
|
662ae77214
|
Save regs before/after 3-arg func calls on x86.
This fixes bugs only on x64 when ABI_CallFunctionACC and etc. were used.
This was breaking things since R8 was not being saved (arg 3.)
|
2013-07-06 00:54:53 -07:00 |
|
The Dax
|
4338a43461
|
Fix Select button on Windows.
|
2013-07-05 05:04:39 -04:00 |
|
Daniel Dressler
|
6d290f4530
|
Make key map screen hint which map conflicts
|
2013-07-03 22:29:18 -07:00 |
|
Daniel Dressler
|
460c03a00d
|
Make key map defaults match old mapping
|
2013-07-03 22:00:55 -07:00 |
|
The Dax
|
ab8c1f5b5f
|
Fix multiple compilation issues for all platforms.
|
2013-07-03 14:37:31 -04:00 |
|
Henrik Rydgård
|
c01a69df30
|
Merge branch 'master' of https://github.com/daniel-dressler/ppsspp into daniel-dressler-master
Conflicts:
CMakeLists.txt
|
2013-07-03 17:59:44 +02:00 |
|
Daniel Dressler
|
20399b9d6c
|
Make key mapping screen save changes
|
2013-06-30 22:48:15 -07:00 |
|
Henrik Rydgard
|
604ad0181b
|
Merge branch 'new-ui'. Still incomplete. Enable by setting NewUI=True in ppsspp.ini
Conflicts:
UI/MenuScreens.cpp
|
2013-06-27 16:28:38 +02:00 |
|