Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>
|
|
|
|
|
|
* Replace GTA_SWITCH macro with __SWITCH__ for platform specific stuff and GTA_HANDHELD for the rest (which could be used by other ports)
* Use GAMEPAD_MENU on GTA_HANDHELD, which will replace the usual controller setup (which contains some useless features for handhelds)
* Fix some identation inconsistencies
* Disable PC_PLAYER_CONTROLS on GTA_HANDHELD builds
|
|
With implementation for Switch vibration through libnx hid/pad API
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit a826091dc920bc521a948f74e75ebd63ab78e976.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
joystick hotplug for Linux
|
|
make building with Codewarrior 7 possible
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
idea to use PPSSPP's DB if available, disable DEV() messages by default
|
|
add -console cmdline arg instead of #if 0/1
|
|
|
|
start using CMemoryHeap; also some PS2 define cleanup
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|