Commit graph

4103 commits

Author SHA1 Message Date
Leon Styhre 7755ed7888 Added the Flycast RetroArch core and Flycast Standalone as alternative emulators for the arcade and mame systems. 2022-05-21 20:12:42 +02:00
Leon Styhre 67023f428b Fixed a minor rounding issue which sometimes led to a slight positioning error for the menu scroll indicators. 2022-05-21 19:59:05 +02:00
Leon Styhre c1fe919e4d Fixed an issue with incorrect scroll indicators in the Alternative Emulators screen. 2022-05-21 19:52:05 +02:00
Leon Styhre eb47511bbc Some code cleanup in FileData.cpp 2022-05-21 14:48:29 +02:00
Leon Styhre c66d2ace27 Fixed a very rare bug where games and folders could get mixed up during gamelist.xml parsing. 2022-05-21 14:25:44 +02:00
Leon Styhre 990eb84707 Documentation update. 2022-05-21 12:19:15 +02:00
Leon Styhre 78c6eedb93 Added configuration for the Daphne Arcade LaserDisc system using the emulator Hypseus Singe. 2022-05-21 11:53:52 +02:00
Leon Styhre bfba994d07 Added an %INJECT% variable for injecting launch arguments from game config files. 2022-05-21 11:43:17 +02:00
Leon Styhre b19527633f Documentation update. 2022-05-19 23:51:04 +02:00
Leon Styhre e8e7465935 Added a %GAMEDIR% variable that expands to the game directory.
Also fixed an issue where the %BASENAME% variable would not work with directories interpreted as files.
2022-05-19 23:36:12 +02:00
Leon Styhre d418c05614 Added scraper support for the platforms arcadia (Emerson Arcadia 2001) and crvision (VTech CreatiVision).
Also removed an unnecessary code comment.
2022-05-19 17:32:12 +02:00
Leon Styhre cc004a45f1 Renamed the --create-systemdirs command line option to --create-system-dirs 2022-05-19 17:24:12 +02:00
Leon Styhre 7a9f4a233d Added the file extensions .ciso, .dump, .gz, .m3u, .mdf, .img and .nrg to the ps2 system. 2022-05-19 17:18:50 +02:00
Leon Styhre 2d95c472cf Added the citra binary for Citra standalone on Linux. 2022-05-19 17:17:23 +02:00
Leon Styhre 963ee0a465 Documentation update. 2022-05-19 00:01:11 +02:00
Leon Styhre 6a0b1bad5b Added custom event script triggers on application startup, screensaver start and screensaver end. 2022-05-18 23:56:51 +02:00
Leon Styhre 09992b5bee Clarified a code comment about directories interpreted as files. 2022-05-18 23:02:53 +02:00
Leon Styhre 92c4ae3cdf Changed the execution order of some custom event scripts. 2022-05-18 23:01:32 +02:00
Leon Styhre fdf63a9ad0 Fixed an issue where the 'quit' custom event would not trigger on application shutdown. 2022-05-18 22:57:03 +02:00
Leon Styhre 5b63ecb828 Removed the last remnants of the PowerSaver. 2022-05-18 21:08:55 +02:00
Leon Styhre 667ea1a98d Documentation update. 2022-05-18 19:49:25 +02:00
Leon Styhre 9ee56da021 Added experimental support for folder flattening. 2022-05-18 19:47:51 +02:00
Leon Styhre 43191e4005 Added a --create-systemdirs command line option to generate the game system directories. 2022-05-18 18:32:13 +02:00
Leon Styhre 9ca6aac590 Updated the changelog. 2022-05-16 22:51:38 +02:00
Leon Styhre 41357ce7f5 Fixed an issue where the game-end event was triggered immediately if running in the background. 2022-05-16 22:34:51 +02:00
Leon Styhre 859e769bb4 Documentation update. 2022-05-16 20:09:43 +02:00
Leon Styhre 8b106c8d99 Fixed an issue where the screensaver would include all games when in Kid UI mode. 2022-05-16 19:59:34 +02:00
Leon Styhre dc601a483d Enabled screensaver controls when running in Kid UI mode. 2022-05-16 19:55:08 +02:00
Leon Styhre b4e2261a56 Added the Gearcoleco RetroArch core for the colecovision system and set it as the default emulator. 2022-05-16 19:31:44 +02:00
Leon Styhre 21fcdfe4d5 Updated a comment in es_controller_mappings.cfg 2022-05-16 19:29:05 +02:00
Leon Styhre bd77a9f497 Documentation update. 2022-05-15 22:31:51 +02:00
Leon Styhre e9dabf7084 Fixed a compiler warning on NetBSD. 2022-05-15 18:58:39 +02:00
Leon Styhre 382b557ccc (Unix) Updated the man page with the new repository location URL. 2022-05-15 13:14:21 +02:00
Leon Styhre 6dc6ab8447 Updated all links to the new GitLab namespace. 2022-05-15 09:58:03 +02:00
Leon Styhre a3116edc29 Changed the platform to pcwindows for the epic system. 2022-05-14 12:04:39 +02:00
Leon Styhre f27ac9d26b Added a new pcwindows platform for scraping PC (Windows) games. 2022-05-14 12:02:24 +02:00
Leon Styhre b2f70971ef Changed the ScreenScraper system ID from pc to moonlight for the steam and epic systems. 2022-05-14 11:01:01 +02:00
Leon Styhre c18fcd0035 Some minor cosmetic updates to the user guide. 2022-05-13 21:06:18 +02:00
Leon Styhre 45d3dc3755 Documentation update. 2022-05-13 21:04:03 +02:00
Leon Styhre 973f88a5f8 Added configuration for the OpenBOR game engine on Linux and Windows. 2022-05-13 20:41:22 +02:00
Leon Styhre 46790fc1cb Added a new %GAMEDIR% variable to be used in conjunction with the %STARTDIR% variable. 2022-05-13 19:18:38 +02:00
Leon Styhre 7849b44664 Moved the %STARTDIR% variable to a more suitable location in the es_systems.xml files. 2022-05-13 18:58:05 +02:00
Leon Styhre 87e332a6a2 Replaced the explicit shell commands in es_systems.xml with %EMULATOR_OS-SHELL% find rules. 2022-05-13 18:44:35 +02:00
Leon Styhre e50be3376b Added an Xbox Kinect controller badge icon. 2022-05-12 23:31:11 +02:00
Leon Styhre 7d7d915310 Added emulator configuration for the astrocde (Bally Astrocade) system. 2022-05-12 23:04:32 +02:00
Leon Styhre 7fb6734feb Added scraper support for the astrocde (Bally Astrocade) system.
Also renamed astrocade to astrocde.
2022-05-12 22:45:52 +02:00
Leon Styhre e69a9a5434 Documentation update. 2022-05-11 19:05:46 +02:00
Leon Styhre 97bd0721ce Moved DOSBox-X standalone one step higher in the alternative emulators list. 2022-05-11 19:01:36 +02:00
Leon Styhre aa46cea199 Documentation update. 2022-05-10 20:29:19 +02:00
Leon Styhre da2fa1949e Changed the default emulator for the gamegear system from Gearsystem to Genesis Plus GX. 2022-05-10 20:24:52 +02:00