Commit graph

301 commits

Author SHA1 Message Date
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
Leon Styhre 171c25917c Changed the find rules entry name for DOSBox staging from DOSBOX_STAGING to DOSBOX-STAGING 2022-02-20 21:33:09 +01:00
Leon Styhre 8f6565b9f0 Code formatted the blur GLSL shaders. 2022-02-15 22:17:24 +01:00
Leon Styhre 5ac6bcb902 Added opacity support to the scanline shader. 2022-02-15 22:13:11 +01:00
Leon Styhre 69c1a1259d Added opacity support to the BGRA to RGBA shader. 2022-02-12 17:40:25 +01:00
Leon Styhre 293fb1cc77 (macOS) Added emulator configuration for RPCS3 to the ps3 system. 2022-01-17 21:23:26 +01:00
Leon Styhre 93adea943b Removed two temporary Lottie animations from the resources directory. 2022-01-09 18:18:09 +01:00
Leon Styhre 0c552dd8fb Added a GLSL shader to convert the color model BGRA to RGBA.
Also added support for specifying a separate format as compared to internalFormat when creating textures, although the shader should be used primarily as this is not really supported by the OpenGL standard.
2022-01-07 18:54:52 +01:00
Leon Styhre f56d7cc67b Added a preliminary Lottie animation component.
Also added two temporary test animations.
2022-01-06 23:15:29 +01:00
Leon Styhre 5106941ffe (Windows) Changed to a better winregistryvalue find rule for the standalone PCSX2 emulator. 2021-12-24 12:31:44 +01:00
Leon Styhre 8a2b2ee05c Added additional emulator configuration for the 64dd, n64, dos, pc and ps2 systems. 2021-12-22 22:52:45 +01:00
Leon Styhre 2c308856b5 Removed the ResidualVM system as it has been merged with ScummVM. 2021-12-20 18:30:38 +01:00
Leon Styhre 2d38d8a132 (Linux) Added support for the Snap and Flatpak releases of RPCS3. 2021-12-18 16:31:03 +01:00
Leon Styhre 44070de21a Changed the extensions for the Sony PlayStation 3 system. 2021-12-17 20:22:18 +01:00
Leon Styhre 3e28bacdcf (Windows) Added portable installation support to the RPCS3, xemu and xenia emulators. 2021-12-17 19:22:43 +01:00
Leon Styhre 0e1c66ccbb (macOS) Added alternative emulators for the 64dd, n64, dos and pc systems. 2021-12-16 22:40:43 +01:00
Leon Styhre 9ae1c33a52 Added emulator configuration for the Microsoft Xbox 360 system.
Also added an additional file extension for the Sony PlayStation 3 system.
2021-12-16 17:40:56 +01:00
Leon Styhre dc09864314 Added emulator configuration for the Sony PlayStation 3 system. 2021-12-15 20:13:47 +01:00
Leon Styhre 3ecadc5bf2 Added emulator configuration for the Microsoft Xbox system. 2021-12-15 19:01:41 +01:00
Leon Styhre 0486ab845e Changed all full system names in the es_systems.xml files to camel case. 2021-12-08 20:27:56 +01:00
Leon Styhre 9cb88e822f (macOS) Removed the 'DOSBox Staging' emulator as it's not codesigned. 2021-12-05 17:09:37 +01:00
Leon Styhre d61218a24f Added the 'DOSBox Staging' emulator to the dos and pc systems.
Also reorganized the es_find_rules.xml files slightly.
2021-11-23 20:59:59 +01:00
Leon Styhre 4a44446166 (Windows) Added some default Steam RetroArch paths to the es_find_rules.xml file. 2021-11-22 20:27:20 +01:00
Leon Styhre 443e77d2a2 Added the %RUNINBACKGROUND% variable to the 'steam' system in es_systems.xml. 2021-11-22 20:09:08 +01:00
Leon Styhre 043f93997d Updated the MAME driver files from 0.230 to 0.237. 2021-11-10 22:42:05 +01:00
Leon Styhre 067e2823e9 Updated the cURL CA certificates to the latest available version. 2021-11-10 22:40:17 +01:00
Leon Styhre 165da1a028 Removed the J2ME emulator configuration and description for the Symbian system. 2021-11-05 10:04:17 +01:00
Leon Styhre 64b440037e Added support for the Epic Games Store (epic) system. 2021-11-04 12:50:34 +01:00
Leon Styhre 744557e4a9 Added support for the Symbian (symbian) system. 2021-11-04 11:56:12 +01:00
Leon Styhre 4b81a746ab Added support for the Java 2 Micro Edition (j2me) system. 2021-11-04 11:29:52 +01:00
Leon Styhre 350fa73e0d Added support for the Google Android (android) system. 2021-11-03 21:19:38 +01:00
Leon Styhre e9bb9d9d9b Added support for the Philips CD-i (cdimono1) system. 2021-11-03 18:51:38 +01:00
Leon Styhre 66bcf8ea13 Added proper scraping support for the vic20 system. 2021-11-03 18:11:41 +01:00
Leon Styhre 53b0b2c1d4 Added support for the Commodore VIC-20 (vic20) system. 2021-11-03 17:31:40 +01:00
Leon Styhre aaf828d9b7 Added the remaining controller icons. 2021-11-02 18:23:34 +01:00
Leon Styhre d0b030b936 Added some controller icons. 2021-11-01 18:24:20 +01:00
Leon Styhre 098dd7eedc Added a few more controller icons.
Also modified an existing icon slightly.
2021-10-31 21:00:27 +01:00
Leon Styhre b802854bc7 Added some more controller icons. 2021-10-31 19:19:12 +01:00
Leon Styhre c4a7380d40 Added a few more controller types and icons.
Also fixed an incorrect name for one controller and made some other name changes.
2021-10-27 19:10:48 +02:00
Leon Styhre 444f8fed77 Added and updated some controller icons. 2021-10-26 22:32:40 +02:00
Leon Styhre be74fd26ef Small adjustments to the generic joystick controller icon. 2021-10-25 19:15:37 +02:00
Leon Styhre e149fea3fb Small adjustment to the 'completed' badge graphics. 2021-10-25 18:42:09 +02:00
Leon Styhre b3022438ec Added a controller graphics file and updated two other. 2021-10-24 21:25:06 +02:00
Leon Styhre 5b7483c4d7 Adjusted two controller graphics files. 2021-10-24 18:30:23 +02:00
Leon Styhre 3ea2557314 Added some controller graphics. 2021-10-24 18:23:13 +02:00
Leon Styhre f9fb0ae287 Removed two unused graphics files. 2021-10-23 20:53:25 +02:00
Leon Styhre f2c787e769 Moved the resources/help directory to resources/graphics/help 2021-10-23 20:49:00 +02:00
Leon Styhre 84514f67d0 Added support for controller types. 2021-10-23 19:08:32 +02:00
Leon Styhre 3c567c07d8 Some very minor adjustments to the bundled badge graphics files. 2021-10-23 15:56:05 +02:00
Leon Styhre 52b516b9ca Updated the default badges graphics. 2021-10-14 22:48:54 +02:00
Leon Styhre 48db23691d Merged BadgeComponent code into master branch. 2021-10-12 23:13:38 +02:00
Leon Styhre 848277141a Optimized the badges code.
Also made a small adjustment to the alternative emulator badge.
2021-10-11 21:28:37 +02:00
Leon Styhre bef997420d Added menu scroll indicators. 2021-10-10 18:15:37 +02:00
shadash 272584ac39 change font in alt emu badge
Signed-off-by: Sophia Hadash <sophiahadash@gmail.com>
2021-10-08 20:37:24 +02:00
Leon Styhre 714be4b52a Replaced default badges with colorized rectangular design. 2021-10-05 17:57:33 +02:00
shadash 95b729dadf replace badges svgs
minimize svgs
fix bug in flexbox component
adjust theme for new badges style

Signed-off-by: Sophia Hadash <sophiahadash@gmail.com>
2021-10-02 22:31:37 +02:00
Leon Styhre 91f1a0a47d Improved the speed of the badges code.
Also made some other adjustments to the badges and flexbox logic.
2021-09-27 22:18:19 +02:00
Leon Styhre 50f2af0077 Manual merges to align with master branch. 2021-09-27 21:27:07 +02:00
Leon Styhre e8956512dc Merged the master branch. 2021-09-27 21:19:11 +02:00
Leon Styhre 1ed0e7e0f2 Added a temporary alternative emulator badge graphics file. 2021-09-27 21:16:56 +02:00
Leon Styhre c010030db6 Shortened the full name for the videopac system. 2021-09-26 16:00:52 +02:00
Leon Styhre 1abcdcfc5d Added alternative emulators to the satellaview and sufami systems. 2021-09-26 15:02:57 +02:00
Leon Styhre 3e8f7d1761 Added alternative emulators to the gamegear, megacd, megacdjp, segacd and sg-1000 systems. 2021-09-26 14:44:00 +02:00