summaryrefslogtreecommitdiff
path: root/src/skel
AgeCommit message (Collapse)Author
2021-08-16Auto-detect X11 dependencyerorcun
2021-08-16Switch PR & remove X11 part from CMakeListserorcun
2021-08-15Fix premature .ini saving leading to missing bindingserorcun
2021-07-13Use svcGetInfo definitions from libnxAdrian Graber
Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>
2021-07-13Save current usable memory for Switch applicationAdrian Graber
2021-07-13Move assets to dedicated folder and redefine GLFW mappings for SwitchAdrian Graber
2021-07-13Replace GTA_SWITCH macro and use GAMEPAD_MENUAdrian Graber
* 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
2021-07-13Add platform specific functions for glfw vibrationAdrian Graber
With implementation for Switch vibration through libnx hid/pad API
2021-07-13Add Nintendo Switch initial supportAdrian Graber
2021-07-10finish COMPATIBLE_SAVES and FIX_INCOMPATIBLE_SAVESwithmorten
2021-07-01fix: add missing limits.h includes to enable bulding on musl.mssx86
2021-06-28Fix MP3 finding stack crasherorcun
2021-02-21Fix stack corruption in HandleGraphEventHaydn Trigg
2021-02-19Get keyboard input from X11 on Linuxerorcun
2021-02-18add NoMovies ini option, rename gDrawVersionText, always save ini after loadingwithmorten
2021-02-16Fix FindClose->closedirerorcun
2021-02-15Revert "always console for windows Debug builds"withmorten
This reverts commit a826091dc920bc521a948f74e75ebd63ab78e976.
2021-02-15always console for windows Debug buildswithmorten
2021-02-13glfw window iconwithmorten
2021-02-13new iconaap
2021-02-13iii icon fixFire-Head
2021-02-12imrove readme; enable screenshots with F12aap
2021-02-05Detect joystick menu for XInputerorcun
2021-01-29Some regular fixes and UB fixeserorcun
2021-01-27Attempt to fix input delays on GLFWerorcun
2021-01-27Clean up POSIX streaming codeerorcun
2021-01-25Support pads without L2-R2, add commentserorcun
2021-01-23whitespace fixwithmorten
2021-01-22fix tabs in crossplatformwithmorten
2021-01-22No more resetting bindings for joypad, create .ini at the first start, ↵erorcun
joystick hotplug for Linux
2021-01-21Merge pull request #968 from withmorten/cwwithmorten
make building with Codewarrior 7 possible
2021-01-21codewarrior: finishing toucheswithmorten
2021-01-21enable screenshots for librwaap
2021-01-21make building with Codewarrior 7 possiblewithmorten
2021-01-17Store all settings in .INIerorcun
2021-01-17Includes overhaul, fix some compiler warningserorcun
2021-01-13fix save loading, hopefullyerorcun
2020-12-14Fix language initialization call ordererorcun
2020-12-09AnimViewer fixes, commentary from miamierorcun
2020-12-09Use SDL gamepad mapping in environment by @ZLau92, implement @Sergeanur 's ↵erorcun
idea to use PPSSPP's DB if available, disable DEV() messages by default
2020-12-01Merge pull request #846 from withmorten/inierorcun
add -console cmdline arg instead of #if 0/1
2020-11-29GTA_VERSION define and some config.h cleanupaap
2020-11-28Merge pull request #841 from aap/masteraap
start using CMemoryHeap; also some PS2 define cleanup
2020-11-28add -console cmdline arg instead of #if 0/1withmorten
2020-11-28moved some stuff to MemoryMgraap
2020-11-28Add multisampling to librwSergeanur
2020-11-26start using CMemoryHeapaap
2020-11-25memory heap starting to workaap
2020-11-16Fix mouse lock/high-dpi 2erorcun
2020-11-16Fix mouse lock/high-dpierorcun