Commit graph

263 commits

Author SHA1 Message Date
Leon Styhre 6ef74bc305 Added the .ps3 extension for the ps3 system and .svm extension for the scummvm system.
Also removed the .7z and .zip extensions for the scummvm system.
2022-04-21 21:10:26 +02:00
Leon Styhre 1798b96cf8 Added reflections support to CarouselComponent. 2022-04-18 21:37:58 +02:00
Leon Styhre ea069af11b Added the .rom file extension to the atari800 system. 2022-04-16 10:37:47 +02:00
Leon Styhre 2001a9f639 Added a collection badge to be shown when editing custom collections.
Also changed the default badge lines value from 2 to 3.
2022-04-15 19:27:38 +02:00
Leon Styhre fab6b53fc3 Merge branch 'master' into new-theme-engine-phase-six 2022-04-14 18:36:38 +02:00
Leon Styhre 6ddd895e68 (Windows) Added a separate find rules configuration file for portable installations. 2022-04-14 12:56:42 +02:00
Leon Styhre 2e5af2b265 (Windows) Fixed an incorrect find rule for the Mupen64Plus standalone emulator. 2022-04-14 12:50:59 +02:00
Leon Styhre 71791fe445 Merge branch 'master' into new-theme-engine-phase-six 2022-04-14 10:55:55 +02:00
Leon Styhre 33c7f2be5d (Windows) Added 'Emulators' paths for the portable installation. 2022-04-14 10:50:34 +02:00
Leon Styhre 52176d8cba Some small adjustments to the folder badge graphics. 2022-04-13 21:16:51 +02:00
Leon Styhre 30b02456c0 Added a folder badge including support for a folder link overlay. 2022-04-13 16:53:28 +02:00
Leon Styhre 9c485aeef8 Added two command line options to the standalone PPSSPP and DuckStation emulators. 2022-04-11 21:18:53 +02:00
Leon Styhre 9a0db6c01d OCD update to change from dolphin.exe to Dolphin.exe 2022-04-10 20:08:23 +02:00
Leon Styhre 63e6176d5a Added the .wud and .wux file extensions for the wiiu system on Windows. 2022-04-09 14:07:49 +02:00
Leon Styhre 526e41b5d2 Replaced the RetroArch core 4DO with Opera for the 3do system. 2022-04-09 11:17:53 +02:00
Leon Styhre 0ab3d50ed7 Added some alternative emulators to the gb, gbc, fds, satellaview, snes, snesna and sufami systems. 2022-04-06 23:13:35 +02:00
Leon Styhre 5707936e0c (Windows) Added the .lnk file extension to the desktop, kodi and ports systems.
Also added the .url file extension to the steam system.
2022-04-05 22:02:13 +02:00
Leon Styhre b20b6774a9 Added support for the Nintendo SFC (Super Famicom) game system. 2022-04-05 17:10:59 +02:00
Leon Styhre 8666590fcf Added support for the a5200 RetroArch core to the atari5200 system.
Also added the .dosz extension to the dos and pc systems.
2022-04-04 22:20:46 +02:00
Leon Styhre 6e8aa43462 Added support for Flatpaks intalled in the home directory. 2022-04-04 22:15:46 +02:00
Leon Styhre e1af058cfa Added the SwanStation RetroArch core as an alternative emulator. 2022-04-03 12:40:21 +02:00
Leon Styhre 25b50dba97 Added the standalone emulator PrimeHack on Unix.
Also added the .wia and .m3u file extensions for the Dolphin emulator.
2022-03-29 17:22:28 +02:00
Leon Styhre 90f4fc09a4 Added support for the standalone emulator Flycast. 2022-03-28 22:09:36 +02:00
Leon Styhre e504b2f54e Added support for the standalone emulator Ryujinx. 2022-03-28 20:42:52 +02:00
Leon Styhre 8fe41ebfd9 Added support for the standalone emulators Cemu, DuckStation, melonDS, Redream and sixtyforce. 2022-03-28 17:59:23 +02:00
Leon Styhre db72d41ef0 Added the .rvz file extension for the Dolphin emulator. 2022-03-25 21:48:43 +01:00
Leon Styhre 5de2855d60 Added theme support for defining color saturation for the image, video and animation components. 2022-03-17 19:33:09 +01:00
Leon Styhre 775e2e7265 Removed the deprecated screen_gradient.png image. 2022-03-15 18:46:23 +01:00
Leon Styhre 29501af68f Changed some variables names and debug logging info for the OpenGL renderer.
Also simplified a pixel conversion in the core.glsl shader.
2022-03-15 17:14:55 +01:00
Leon Styhre 1abfc06038 (macOS) Changed a keyword that made the GLSL compilation fail. 2022-03-15 00:25:02 +01:00
Leon Styhre ddcc542dc9 Removed some deprecated GLSL shader files. 2022-03-15 00:18:34 +01:00
Leon Styhre f859fd828d Cleaned up the GLSL shader files and related code. 2022-03-15 00:14:06 +01:00
Leon Styhre 06a037d8cf Shader flags are now sent as bit masks instead of via discreet values.
Also changed the shader flags to enums.
2022-03-14 22:30:24 +01:00
Leon Styhre a7db474a64 Unified the OpenGL and OpenGL ES renderers and removed the fixed function pipeline.
Also made some other rendering optimizations and cleaned up some code.
2022-03-13 23:52:32 +01:00
Leon Styhre adb162e0d1 Another go at getting post-processing to work properly with all graphics drivers. 2022-03-12 17:57:59 +01:00
Leon Styhre 32251e0264 Fixed multiple issues with the shader post-processing.
Also removed an unnecessary parameter for the createTexture() function.
2022-03-12 14:22:27 +01:00
Leon Styhre 755b2c9f50 Changed some render variables to more verbose names.
Also fixed an issue with fade transitions for legacy themes.
2022-03-11 23:51:41 +01:00
Leon Styhre 63af859618 Modernized the OpenGL renderer and replaced most fixed function pipeline code with shaders.
Also greatly improved the shader post processing performance and added component dimming support.
2022-03-11 23:17:04 +01:00
Leon Styhre de3049fc70 Added support for the standalone emulator VBA-M. 2022-02-23 20:29:24 +01:00
Leon Styhre ab85733145 Added support for the standalone emulator mGBA.
Also fixed an incorrect RetroArch core path for the emulator VBA-M.
2022-02-23 19:48:44 +01:00
Leon Styhre f642947868 (Windows) Added support for portable installation for emulator Mupen64Plus.
Also removed some unnecessary comments from es_find_rules.xml
2022-02-23 18:24:14 +01:00
Leon Styhre 607281d6a1 Added support for the standalone emulator Mupen64Plus. 2022-02-23 18:17:47 +01:00
Leon Styhre 3c06e64c87 Added support for the standalone emulator PPSSPP.
Also added support for some Homebrew-installed emulators on macOS.
2022-02-23 17:52:50 +01:00
Leon Styhre 70a9029dfd Added support for the AppImage releases of emulators Dolphin and xemu. 2022-02-22 23:11:01 +01:00
Leon Styhre d44c4e09fe Added support for the standalone emulator Citra.
Also added some missing portable emulator configuration for Windows.
2022-02-22 22:20:45 +01:00
Leon Styhre 74e0ec1816 (macOS) Added support for the standalone emulator xemu. 2022-02-21 23:42:11 +01:00
Leon Styhre 1e727ccd45 Added support for the standalone emulator Dolphin. 2022-02-21 23:20:53 +01:00
Leon Styhre 0bbcab4162 Added find rules configuration for the standalone emulator FS-UAE. 2022-02-21 21:36:05 +01:00
Leon Styhre 67042b6158 Added support for the standalone emulator MAME. 2022-02-21 20:14:12 +01:00
Leon Styhre 4bcc81ea0a Added wildcards to the RPCS3 and Yuzu AppImage entries in es_find_rules.xml 2022-02-21 17:26:11 +01:00