summaryrefslogtreecommitdiff
path: root/.vscode
AgeCommit message (Collapse)Author
2021-08-16Switch PR & remove X11 part from CMakeListserorcun
2021-07-18render -> renderer (original name)Sergeanur
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 Nintendo Switch initial supportAdrian Graber
2020-10-09.vscode/settings: fix include pathAndrew Udvare
2020-10-09.vscode/c_cpp_properties: add Linux configurationAndrew Udvare
2020-10-08vscode: add macOS configurationsAndrew Udvare
2020-10-08vscode: Linux: add release configurationsAndrew Udvare
2020-10-05VS Code settings for code and debugging (Linux x64 only)Andrew Udvare