Commit graph

133 commits

Author SHA1 Message Date
Leon Styhre 00b49b5d1a Fixed an issue with scraping Nintendo Famicom games.
Also did some other minor platform cleanups.
2021-07-17 10:37:36 +02:00
Leon Styhre 5e91b8abf0 (macOS) Changed the shell from bash to zsh when launching scripts. 2021-07-16 18:00:05 +02:00
Leon Styhre c958a94ca6 (Windows) Hiding of console windows during game launches can now be configured via the %HIDEWINDOW% variable. 2021-07-16 17:56:16 +02:00
Leon Styhre ea0d129e6d (Unix) Changed the RetroArch core for the Atari 2600 system to Stella 2014. 2021-07-14 19:17:28 +02:00
Leon Styhre 11ae6ba6f5 Improved the support for portable installations. 2021-06-30 17:27:20 +02:00
Leon Styhre f192242dea (Windows) Fixed an issue with systems that launch from batch scripts.
Also removed the .csh script support on Unix and macOS.
2021-06-29 18:17:07 +02:00
Leon Styhre a230883122 Converted all navigation sound files to stereo. 2021-06-26 12:11:45 +02:00
Leon Styhre 4160732ab0 (Windows) Added a find rule to search the Windows Registry for the emulator. 2021-06-26 12:00:09 +02:00
Leon Styhre 3d12c440d9 Removed some unnecessary dots from the es_find_rules.xml and es_systems.xml files. 2021-06-26 11:55:48 +02:00
Leon Styhre 31fc6c33e6 (Windows) Updated es_find_rules.xml to work better with portable installations. 2021-06-25 11:46:13 +02:00
Leon Styhre 2c784ca238 Some adjustments to the configuration for the Nintendo Switch system. 2021-06-23 17:55:26 +02:00
Leon Styhre ca2ab8df19 Added the Yuzu emulator to the find rules for Unix and Windows.
Also added better RetroArch detection on Linux.
2021-06-23 17:54:07 +02:00
Sophia Hadash 0e8b0bd7ae add switch platform 2021-06-22 21:01:12 +02:00
Leon Styhre 2de5ae8cfb Documentation update. 2021-06-20 14:38:10 +02:00
Leon Styhre 183cdddfa0 Implemented a new mechanism for finding emulators and cores. 2021-06-19 14:09:14 +02:00
Leon Styhre fa624f9f2c Changed the logic for the systems configuration file, it now loads from the resources directory.
Also renamed the file from es_systems.cfg to es_systems.xml
2021-06-16 18:54:04 +02:00
Leon Styhre 881ee1647f Fixed some slightly incorrect help icon sizes. 2021-05-23 20:25:28 +02:00
Leon Styhre 4d4210a419 Added support for selecting between different controller types. 2021-05-23 19:12:31 +02:00
Leon Styhre 0bde8dc79d Migrated to the SDL2 GameController API. 2021-05-22 22:18:00 +02:00
Leon Styhre d986fc7eaa Standardized the header section of the GLSL files and shell scripts. 2021-05-14 18:52:38 +02:00
Leon Styhre 01112408f6 Minor cosmetic GLSL shader code cleanup. 2021-05-14 15:22:14 +02:00
Leon Styhre fddf099a74 Cosmetic code cleanup of some GLSL shader code. 2021-05-14 15:12:53 +02:00
Leon Styhre 98859c89c9 Changed the default Nintendo 64 emulator on macOS. 2021-05-14 10:56:22 +02:00
Leon Styhre bdb2d65db7 (macOS) Added support for new core location for RetroArch v1.9.2 2021-05-02 12:35:36 +02:00
Leon Styhre a9077722d7 Small change to the splash screen graphics. 2021-04-09 19:06:27 +02:00
Leon Styhre 79c1cb3a96 Updated the MAME driver files from 0.226 to 0.230. 2021-04-09 19:04:14 +02:00
Leon Styhre b05c233726 Updated the cURL CA certificates to the latest available version. 2021-04-09 19:02:05 +02:00
Leon Styhre 502a164425 Updated the splash screen graphics. 2021-03-29 18:35:28 +02:00
Leon Styhre 12a7b18d05 Renamed controller input type 'analog' to 'thumbstick'. 2021-03-24 21:20:01 +01:00
Leon Styhre 5248ece0c2 Made 'Valve Steam' a separate platform. 2021-03-24 19:44:36 +01:00
Leon Styhre 1338e4467b Added support for controller analog sticks click. 2021-03-24 19:35:51 +01:00
Leon Styhre 9fbc84a490 (Windows) Fixed an issue where the 'Atari Jaguar CD' system had the wrong theme. 2021-03-10 19:37:25 +01:00
Leon Styhre 97568fcb22 Adjusted the colors for the application graphics. 2021-03-05 20:52:32 +01:00
Leon Styhre 80997bff51 Changed from blue to red application graphics. 2021-03-04 18:05:11 +01:00
Leon Styhre 7f4179f327 Set the default controller button graphics to Xbox for the input configurator. 2021-03-02 17:34:10 +01:00
Leon Styhre 40e04bbf58 Updated some comments in the GLSL shaders. 2021-02-28 15:00:13 +01:00
Leon Styhre 2dbcb6a7d9 Fixed an issue where the GLSL shader alpha values would be handled differently depending on the graphics driver. 2021-02-28 12:59:08 +01:00
Leon Styhre 5ab6446f80 Changed the N64 emulator on Windows to Mupen64Plus-Next. 2021-02-14 15:48:28 +01:00
Leon Styhre 791c402688 Changed some emulator cores in the es_systems.cfg template files. 2021-02-14 14:45:35 +01:00
Leon Styhre 49b670bb16 Removed a file extension for the 'arcade' system from the es_systems.cfg template files. 2021-02-13 17:41:36 +01:00
Leon Styhre 98f78833ca Some updates related to the arcade game systems. 2021-02-12 18:45:34 +01:00
Leon Styhre 65dbca2510 Some minor updates to the es_systems.cfg template files and corresponding documentation. 2021-02-11 17:53:21 +01:00
Leon Styhre c2fb999ebd Added support for the game system Tano Dragon. 2021-02-09 19:53:47 +01:00
Leon Styhre ae4abace8c (rbsimple-DE) Added a localized version of the Sega Saturn theme for Japan. 2021-02-08 20:52:42 +01:00
Leon Styhre ec9d6a9e3c Clarified that Adventure Game Studio is a game engine. 2021-02-08 00:23:55 +01:00
Leon Styhre 49d57c97e0 Added support for the game system Sega NAOMI GD-ROM. 2021-02-08 00:00:09 +01:00
Leon Styhre c814baef4c Added support for the game system TIC-80 game engine. 2021-02-07 23:44:13 +01:00
Leon Styhre f79bd4b10c Added support for the game system Thomson TO8. 2021-02-07 23:34:49 +01:00
Leon Styhre 1d9e3ab940 Added support for the game system Othello Multivision. 2021-02-07 23:00:43 +01:00
Leon Styhre 4ddda376ba Added support for the game system MSX Turbo R. 2021-02-07 22:35:34 +01:00