Commit Graph

  • 2b1d1038a6 VertexLoader: Convert to EnumMap Pokechu22 2021-04-25 16:04:13 -07:00
  • 327126d1e8 ShaderGenCommon: Add WriteSwitch Pokechu22 2021-11-18 12:56:25 -08:00
  • d8e347c8e8 Merge pull request #10275 from AdmiralCurtiss/twX-5-byte-jmp JMC47 2021-12-18 15:07:50 -05:00
  • 08d907dec8 Translation resources sync with Transifex JosJuice 2021-12-18 21:06:58 +01:00
  • 5ecd5f010f Core / DolphinQt: make WFS directory configurable iwubcode 2021-12-16 18:29:57 -06:00
  • 48560135b3 Jit64: Put the exception exit in twX into farcode. Admiral H. Curtiss 2021-12-18 06:05:08 +01:00
  • d074ee1609 Cleanup and Update N64 Virtual Console INIs JMC47 2021-11-20 17:53:59 -05:00
  • 80ccb20931 Merge pull request #10267 from JosJuice/jitarm64-bigger-farcode Markus Wick 2021-12-16 19:23:31 +01:00
  • bf37679e4e Merge pull request #10278 from JosJuice/netplaycommon-header Léo Lam 2021-12-15 19:27:08 +01:00
  • 094290792a Core: Add missing header to NetPlayCommon.cpp JosJuice 2021-12-15 18:56:35 +01:00
  • 66fc335c11 Merge pull request #10276 from JosJuice/android-fix-file-manager Mai M 2021-12-15 00:03:16 -05:00
  • 974c7f4f86 Android: Fix opening system file manager JosJuice 2021-12-11 22:10:30 +01:00
  • 41c7e1116a Android: Rework intent handling to work under scoped storage JosJuice 2021-12-11 23:27:31 +01:00
  • 185475fe03 Merge pull request #10187 from AdmiralCurtiss/json-gamelist Léo Lam 2021-12-14 11:08:38 +01:00
  • b928900f6e Core/WiiRoot: Handle the combination of NetPlay and savegame redirects. Admiral H. Curtiss 2021-11-14 02:22:59 +01:00
  • 45fac5137b Merge pull request #10265 from AdmiralCurtiss/create-riivolution-config-dir JosJuice 2021-12-12 21:43:03 +01:00
  • 387d148357 NetPlay: Add functions to sync folders. Admiral H. Curtiss 2021-11-14 02:21:58 +01:00
  • 418bb0b087 GameFile: Calculate a sensible sync hash for mod descriptors. Admiral H. Curtiss 2021-11-13 21:15:45 +01:00
  • 005e850ad6 DolphinQt: Add a 'Save as Preset' button to RiivolutionBootWidget. Admiral H. Curtiss 2021-10-26 03:18:06 +02:00
  • a2a39cfcfb Core: Add ability to serialize a GameModDescriptor to json. Admiral H. Curtiss 2021-10-26 02:55:29 +02:00
  • da161faff4 GameList: Show game mod descriptor .json files in game list. Admiral H. Curtiss 2021-10-26 02:01:16 +02:00
  • aa0595589a docs: Add JSON Schema for game mod descriptors. Admiral H. Curtiss 2021-12-08 23:49:30 +01:00
  • b50861ea44 Core: Require game mod descriptor json to self-identify as one. Admiral H. Curtiss 2021-12-09 00:01:10 +01:00
  • ea17dd8dba RiivolutionParser: Create config xml directory if it does not exist yet. Admiral H. Curtiss 2021-12-05 17:37:18 +01:00
  • f4e2d369c0 Merge pull request #10270 from Pokechu22/header-order JosJuice 2021-12-12 15:14:28 +01:00
  • 2025763420 Treewide: Adjust order of includes Pokechu22 2021-12-09 18:22:16 -08:00
  • 9304fe7124 DolphinQt: Remove 5~5~5~ typos Pokechu22 2021-12-09 18:10:24 -08:00
  • 824e0c00df JitCache: Remove irrelevant comment Pokechu22 2021-12-09 18:01:51 -08:00
  • 0b35321744 Add 49cfded6 to .git-blame-ignore-revs Pokechu22 2021-12-09 18:00:42 -08:00
  • ea414b06ef ParallelProgressDialog: Add missing license comment Pokechu22 2021-12-09 18:32:00 -08:00
  • 04d747dd10 GCMemcardUtils: Add missing license comment Pokechu22 2021-12-09 17:35:25 -08:00
  • 89f0b7b10c DolphinAnalytics: Add missing license comment Pokechu22 2021-12-09 17:25:59 -08:00
  • bfddce425d Merge pull request #10268 from Pokechu22/code-view-widget-clamp-ub JMC47 2021-12-10 05:59:47 -05:00
  • 2f4ecde5cc Merge pull request #10253 from Filoppi/fix_input_config_loading JosJuice 2021-12-09 22:21:02 +01:00
  • e0a61ed9a0 Merge pull request #10248 from Filoppi/fix_input_config_default_device_load JosJuice 2021-12-09 22:20:55 +01:00
  • d5d21c6533 Merge pull request #10252 from ssdsnake/feature_dolphintool JosJuice 2021-12-09 22:20:26 +01:00
  • 5bcbc8fcef CodeViewWidget: Fix undefined behavior when centered around address 0 Pokechu22 2021-12-08 17:10:39 -08:00
  • 67787b59d6 JitArm64: Allocate 64 MB for farcode JosJuice 2021-12-08 20:02:14 +01:00
  • 1c421444ae ProgramShaderCache: Don't define FB_FETCH_VALUE for GL_EXT_shader_framebuffer_fetch We will automatically choose between real_ocol0 and ocol0 in the fragment shader. OatmealDome 2021-11-14 00:37:07 -08:00
  • 74a979db09 UberShaderPixel: Add shader logic ops support on OpenGL ES OatmealDome 2021-11-14 00:30:01 -08:00
  • 18b2f6953d PixelShaderGen: Add shader logic ops support on OpenGL ES To do this, I had to decouple framebuffer fetch from shader blending. We need to be able to access framebuffer fetch input when using shader logic ops. OatmealDome 2021-11-14 00:25:46 -08:00
  • a77ae14d94 UberShaderPixel: Add shader logic ops support on Metal OatmealDome 2021-08-02 23:41:46 -04:00
  • e0837cb847 PixelShaderGen: Add shader logic ops support on Metal OatmealDome 2021-08-02 23:41:37 -04:00
  • 426c68b5a0 ShaderCache: Don't turn on logic ops approximation if framebuffer fetch is supported OatmealDome 2021-08-02 23:41:26 -04:00
  • f87f704f43 ShaderCompiler: Add helpers for Metal framebuffer fetch OatmealDome 2021-08-02 23:40:59 -04:00
  • 40eb071562 ShaderCompiler: Add new helper define for input attachment binding OatmealDome 2021-07-30 04:09:22 -04:00
  • c12b9b013b PixelShaderGen: Add logic ops to pixel_shader_uid_data OatmealDome 2021-08-02 23:40:10 -04:00
  • 689545a795 InputCommon: fix InputConfig::LoadConfig() not always replacing emu controllers values Filoppi 2021-11-30 00:33:11 +02:00
  • 125971d9f2 InputCommon: fix default input config default device not being loaded/found Fixes bug: https://bugs.dolphin-emu.org/issues/12744 Filoppi 2021-11-27 14:31:04 +02:00
  • 1aa8a4d46f DolphinTool: CLI utility interface and disc image tools ssdsnake 2021-12-03 15:40:19 -06:00
  • 85e5070215 Merge pull request #10257 from Pokechu22/no-bs2-rtc-flags JosJuice 2021-12-03 22:39:38 +01:00
  • d23ac5a444 Translation resources sync with Transifex JosJuice 2021-12-03 22:06:14 +01:00
  • 0327bc2ab6 Merge pull request #10256 from malleoz/show-rerecord-count Scott Mansell 2021-12-03 14:42:10 +13:00
  • e92e90d147 Merge pull request #10263 from dolphin-emu/revert-10217-bombermanjetters Scott Mansell 2021-12-03 01:28:33 +13:00
  • d10ecd2de4 Revert "Force Dual Core on for Bomberman Jetters" JMC47 2021-12-02 07:21:55 -05:00
  • c12e4e8ee0 Merge pull request #10244 from phire/ban-timetravel JMC47 2021-12-02 07:21:41 -05:00
  • 26e4e67d45 Merge pull request #10258 from Pokechu22/fifoplayer-efb-clear Scott Mansell 2021-12-03 00:22:27 +13:00
  • 5af18773bf FifoPlayer: Clear EFB before starting playback Pokechu22 2021-12-01 18:51:21 -08:00
  • e4fed7cce8 Add Rerecord Count display sowens99 2021-11-29 23:03:36 -05:00
  • 5134caf68c BS2Emu: Stop clearing the RTC flags Pokechu22 2021-11-30 14:43:49 -08:00
  • fc1ed33c11 Merge pull request #10250 from JosJuice/i18n-save-game Mai M 2021-11-30 16:54:20 -05:00
  • 57d251c2f0 Merge pull request #10242 from smitdylan2001/master Scott Mansell 2021-11-30 06:58:55 +13:00
  • 1e212d6212 Merge pull request #10245 from Pokechu22/libpng-errors JosJuice 2021-11-27 21:22:57 +01:00
  • 6a1a7efdd5 DolphinQt: Add i18n comment for "Save Game" JosJuice 2021-11-27 20:27:33 +01:00
  • 4fe7f69c29 Game INI updates Mateus B. Cassiano 2021-11-25 02:10:43 -04:00
  • 8cf841ecc7 Fix saving RGBA images Pokechu22 2021-11-24 14:39:07 -08:00
  • 99e589cc98 Log libpng warnings and errors Pokechu22 2021-11-24 14:19:40 -08:00
  • 04ec02c06b ConstantManager: Add logic ops to PixelShaderConstants OatmealDome 2021-08-02 23:39:34 -04:00
  • 8e72136eeb VulkanContext: Set Apple GPUs as supporting framebuffer fetch OatmealDome 2021-08-02 22:31:22 -04:00
  • fad11e3532 MoltenVK: Add patch to turn on framebuffer fetch in SPIRV-Cross OatmealDome 2021-11-13 19:06:00 -08:00
  • 676c500cdc Merge pull request #10214 from OatmealDome/mvk-better-incremental Scott Mansell 2021-11-25 11:47:36 +13:00
  • f5c550e9cb Delay singlecore gpu interrupts Scott Mansell 2021-11-25 11:01:37 +13:00
  • 730df73cb3 MoltenVK: Don't run fetchDependencies unnecessarily OatmealDome 2021-11-13 17:31:27 -08:00
  • 55e331836d Merge pull request #10243 from JosJuice/jitarm64-push-size JMC47 2021-11-24 16:53:06 -05:00
  • 83d2d55aab JitArm64: Fix incorrect push size calculation JosJuice 2021-11-24 22:39:41 +01:00
  • 9de7ef6d8d Fix improper naming Dylan Smit 2021-11-24 17:04:30 +01:00
  • aa5cb35c86 Merge pull request #10143 from Pokechu22/png-compression-level Léo Lam 2021-11-23 16:40:34 +01:00
  • e1e3db13ba Merge pull request #10228 from Filoppi/fix_android_input_deadlock Léo Lam 2021-11-23 16:27:03 +01:00
  • ba62019eb5 Merge pull request #10235 from AdmiralCurtiss/netplay-save-sync-boot Léo Lam 2021-11-23 16:19:56 +01:00
  • f43122cd8a Trust MacOS not to crash during shader pre-compilation unknown 2021-11-22 15:32:28 +01:00
  • 613c4563c2 VideoCommon: Gate Multi-Threaded Shader Pre-Compilation behind a bug entry DevJPM 2021-06-03 16:03:37 +02:00
  • cc9a75a87b Merge pull request #10230 from JMC47/redsteel2 Mai M 2021-11-21 21:07:33 -05:00
  • 15ff70baba Merge pull request #10231 from JosJuice/android-dir-init-livedata Mai M 2021-11-21 21:07:17 -05:00
  • 6350c93ae1 NetPlay: Pass Wii FS sync data directly to game boot logic instead of indirectly through globals. Admiral H. Curtiss 2021-11-20 21:03:34 +01:00
  • 894773f607 Core/Boot: Add Wii FS sync data (for temp NAND/netplay) to BootSessionData and handle it in the boot and shutdown logic. Admiral H. Curtiss 2021-11-20 21:01:12 +01:00
  • 7b776f3769 NetPlay: Refactor game boot code path to allow passing BootSessionData through it. Admiral H. Curtiss 2021-11-20 19:59:14 +01:00
  • 83ad84061e Core/Boot: Refactor storage of boot-to-savestate data into a separate class. Admiral H. Curtiss 2021-11-20 19:38:09 +01:00
  • d5b917a6c2 Merge pull request #10237 from AdmiralCurtiss/netplay-server-crash Léo Lam 2021-11-21 22:04:12 +01:00
  • 37247a51a7 Merge pull request #10240 from AdmiralCurtiss/mgba-save-import-export JMC47 2021-11-21 15:55:55 -05:00
  • 8488ff6884 GBA: Add import and export save options to context menu. Admiral H. Curtiss 2021-11-21 18:04:33 +01:00
  • 05ecff199f Merge pull request #10232 from JosJuice/android-minify Mai M 2021-11-21 04:50:03 -05:00
  • 138847f98e Merge pull request #10239 from JosJuice/android-mmu Mai M 2021-11-21 04:49:07 -05:00
  • 77aa2cd04e Android: Add MMU setting to GUI JosJuice 2021-07-02 14:55:38 +02:00
  • e716349426 Merge pull request #10238 from PatrickFerry/add-mmu-games JMC47 2021-11-21 01:35:15 -05:00
  • f8ea167b1f GameSettings: Enable MMU for We Love Golf! Patrick Ferry 2021-11-21 05:20:30 +00:00
  • 715a80ef57 GameSettings: Enable MMU and Set Texture Cache Accuracy to "Medium" for 007: From Russia with Love Patrick Ferry 2021-11-21 05:19:18 +00:00
  • d2ca1037d9 Merge pull request #10162 from JosJuice/jitarm64-memcheck JMC47 2021-11-20 23:36:43 -05:00
  • e2c4cf49e2 NetPlayServer: Clear remaining m_players when netplay thread ends so that their destructors can run while the ENetHost still exists. Admiral H. Curtiss 2021-11-21 00:03:02 +01:00
  • 5490797867 JitArm64: Implement memcheck for psq_lXX/psq_stXX with update JosJuice 2021-10-12 20:09:59 +02:00
  • 61c73061e9 JitArm64: Implement memcheck for psq_lXX/psq_stXX without update JosJuice 2021-10-12 17:32:57 +02:00