Commit Graph

  • 6941d2e7e6
    VideoCommon/CommandProcessor: Refactor to class, move to Core::System. Admiral H. Curtiss 2022-11-27 13:50:50 +01:00
  • 421af09b1e
    Merge pull request #11279 from tellowkrinkle/GlobalStateIsGreat Pokechu22 2022-11-28 20:18:17 -08:00
  • e3cc42069f VideoBackends:OGL: Creating vertex formats shouldn't unbind anything TellowKrinkle 2022-11-15 00:38:24 -06:00
  • 2e63c6c3ee Android: Upgrade AGP to 7.3.1 Charles Lombardo 2022-11-28 15:52:17 -05:00
  • 2f1a8ee1b9 Jit64: Skip HandleNaNs for operations that can't generate NaN JosJuice 2022-11-26 14:32:42 +01:00
  • cbceae9176 Jit64: Correctly handle NaNs for ps_mulsX JosJuice 2022-11-25 22:36:06 +01:00
  • d3180e3516 Jit64: Refactor HandleNaNs operand passing JosJuice 2022-11-25 18:59:20 +01:00
  • 44f8b8c100
    Merge pull request #11303 from AdmiralCurtiss/coretiming-class Mai 2022-11-27 06:00:46 +00:00
  • c8d30968f3
    Merge pull request #11306 from AdmiralCurtiss/cubeb-coinit-fixes Admiral H. Curtiss 2022-11-27 04:42:25 +01:00
  • 64bb9ae9a9
    Correctly call CoUninitialize() on Cubeb helper class destruction. Admiral H. Curtiss 2022-11-27 03:58:16 +01:00
  • daa70533cd
    CoreTiming: Store Globals in CoreTimingManager. Admiral H. Curtiss 2022-11-26 10:20:32 +01:00
  • c9558ecb4c
    CoreTiming: Refactor to class. Admiral H. Curtiss 2022-11-26 09:29:46 +01:00
  • 3cdc6e3d4a
    Merge pull request #10343 from AdmiralCurtiss/cubeb-2021 Admiral H. Curtiss 2022-11-27 03:26:11 +01:00
  • 332d187252 Translation resources sync with Transifex JosJuice 2022-11-26 22:08:53 +01:00
  • f45d3a6a2c JitArm64: Optimize ps_mergeXX JosJuice 2022-11-26 17:57:16 +01:00
  • ed84917eb3
    Merge pull request #11301 from AdmiralCurtiss/globals-coretiming Mai 2022-11-26 06:50:47 +00:00
  • 49252a0217
    Externals: Update cubeb to mozilla/cubeb@27d2a102b0. Admiral H. Curtiss 2022-11-26 05:08:27 +01:00
  • e085bf14f9
    Core: Use extra thread for Cubeb on Windows to not disturb the CoInitialize state of whatever thread happens to call a Cubeb function. Admiral H. Curtiss 2022-06-18 05:31:14 +02:00
  • ca10e92ab9
    Core: Abide by COM MTA requirement for cubeb on Windows. Partially based on https://github.com/dolphin-emu/dolphin/pull/8920#discussion_r459746604 Admiral H. Curtiss 2022-06-18 00:39:41 +02:00
  • 59b1419a8e
    Externals: Update cubeb to mozilla/cubeb@773f16b7ea and make it a submodule. Admiral H. Curtiss 2022-06-17 23:24:22 +02:00
  • 4273d3754c
    CoreTiming: Move static variables into Core::System. Admiral H. Curtiss 2022-11-24 03:05:00 +01:00
  • 86f17511fc
    CoreTiming: Move the 'Globals' instance into Core::System. Admiral H. Curtiss 2022-11-23 21:35:21 +01:00
  • 70f353fb37
    Merge pull request #11283 from AdmiralCurtiss/netplay-save-sync-log Admiral H. Curtiss 2022-11-26 03:53:17 +01:00
  • d189c70d4d
    Merge pull request #11230 from AdmiralCurtiss/gci-filenames Admiral H. Curtiss 2022-11-26 03:52:43 +01:00
  • f38e5986bf
    Merge pull request #11293 from JoshuaMKW/edit-breakpoints-dialog Admiral H. Curtiss 2022-11-26 03:50:09 +01:00
  • dd2282324b
    Debugger BreakpointWidget: Allow editing breakpoints JoshuaMK 2022-11-20 22:11:15 -06:00
  • 032f54d403
    Merge pull request #11302 from tellowkrinkle/SDL226 Mai 2022-11-24 22:59:54 +00:00
  • db8f08b2bb Externals: Update SDL to 2.26.0 TellowKrinkle 2022-11-24 14:51:30 -06:00
  • 72eadc6520 InputCommon:SDL: Add SDL 2.26 left and right motion inputs TellowKrinkle 2022-11-24 14:49:11 -06:00
  • 7be4c90f67
    Merge pull request #11166 from AdmiralCurtiss/mmio-system Mai 2022-11-24 00:58:45 +00:00
  • d6437b7e46
    Merge pull request #11123 from Pokechu22/fmt-9.1.0 Mai 2022-11-23 22:40:03 +00:00
  • f5d11c1e38 VideoBackends/D3D11: Simplify vertex attribute code Pokechu22 2022-10-12 15:20:12 -07:00
  • cc5640245c Fix build errors related to formatting non-scoped enums Pokechu22 2022-10-11 14:23:38 -07:00
  • ddf63bacb9
    Merge pull request #11296 from t895/tv-game-details-fix JosJuice 2022-11-23 22:06:49 +01:00
  • 545fee9c94
    Core/CommandProcessor: Reformat single/dual core dependent MMIO handlers. Admiral H. Curtiss 2022-11-23 21:58:18 +01:00
  • b051903c3d fmt: do not define uint type in global namespace Shawn Hoffman 2022-05-10 21:17:10 -07:00
  • f1625751c4 Externals: Update fmt to 9.1.0 Pokechu22 2022-10-05 19:04:42 -07:00
  • 0a6fdb9c13
    HW: Pass System to MMIO handlers. Admiral H. Curtiss 2022-10-14 02:17:09 +02:00
  • 0ef6d30a0d
    Merge pull request #11165 from AdmiralCurtiss/audiocommon-pass-system Mai 2022-11-23 04:49:31 +00:00
  • 1469055244
    Merge pull request #11209 from JMC47/wrestmaniaXIXini Mai 2022-11-23 04:48:00 +00:00
  • 20155544d3
    Merge pull request #11210 from JMC47/spyroanbini Mai 2022-11-23 04:47:47 +00:00
  • 6c08dcfbab
    Merge pull request #11213 from JMC47/manhuntini Mai 2022-11-23 04:47:33 +00:00
  • a47ed2124f
    Merge pull request #11253 from AdmiralCurtiss/core-timing-events-pass-system Mai 2022-11-23 04:46:11 +00:00
  • 677121bdbc
    Merge pull request #11292 from JosJuice/jit64-imm-ra-update Mai 2022-11-23 04:42:46 +00:00
  • e573a0bbc2
    Merge pull request #11294 from JosJuice/jitarm64-movpage2r Mai 2022-11-23 04:41:31 +00:00
  • cb232155d9
    Merge pull request #11298 from Pokechu22/vertexloader-no-DataReader Mai 2022-11-23 04:40:53 +00:00
  • e13094766d Fix VertexLoader.cpp using the wrong size for texture matrix indices without a corresponding texture Pokechu22 2022-11-22 17:49:49 -08:00
  • 0bcd3c79bb VertexLoader: Eliminate use of DataReader Pokechu22 2022-11-22 16:54:05 -08:00
  • 31458259b6
    Merge pull request #11212 from Sam-Belliveau/realtime-fps-and-vps-counter Admiral H. Curtiss 2022-11-23 00:24:45 +01:00
  • edb2c90b38
    Improve FPS/VPS Counting and Revamp Appearance Sam Belliveau 2022-10-26 15:17:15 -04:00
  • 5e442f6ffa
    Merge pull request #11281 from AdmiralCurtiss/updater-admin-check Admiral H. Curtiss 2022-11-22 23:50:13 +01:00
  • 19b6251a3c
    Merge pull request #11291 from JosJuice/gba-tas-input Admiral H. Curtiss 2022-11-22 23:49:43 +01:00
  • 132bf6550f
    Merge pull request #11236 from AdmiralCurtiss/gci-path-config Admiral H. Curtiss 2022-11-22 23:48:46 +01:00
  • 8ac8d5afb6
    Merge pull request #11295 from t895/onlayout-fix JosJuice 2022-11-22 23:20:31 +01:00
  • 6e5f546d4e Android: Fix GameDetailsDialog on leanback Charles Lombardo 2022-11-22 15:47:41 -05:00
  • e67788571a Android: Fix condition where we set grid span too early Charles Lombardo 2022-11-22 15:18:45 -05:00
  • 81557f611a
    Qt/GameCubePane: Display a warning if a GCI folder override is set. Admiral H. Curtiss 2022-11-07 05:59:39 +01:00
  • c18d6c3deb
    Config: Use JPN for custom GCI folder paths. Admiral H. Curtiss 2022-11-07 05:34:12 +01:00
  • 86d01c3399
    Config: Add option to use JPN as the Japanese region directory in GetDirectoryForRegion(). Admiral H. Curtiss 2022-11-07 05:33:47 +01:00
  • 1089d3cab6
    GCMemcardDirectory: Compare GCI files in GetFileNamesForGameID() by their identity instead of their default filename. Admiral H. Curtiss 2022-11-07 06:16:34 +01:00
  • 4b0312ecf8
    GCMemcardDirectory: Decode and strip strings for GCI filenames. Admiral H. Curtiss 2022-10-30 02:40:54 +01:00
  • c517e92719
    GCMemcardDirectory: Use HasSameIdentity() in LoadGCI(). Admiral H. Curtiss 2022-10-30 02:08:00 +02:00
  • b31b2db5fa
    GCMemcard: Remove unused methods. Admiral H. Curtiss 2022-10-30 02:00:28 +02:00
  • 2132e005c3
    Core: Add config setting for base GCI folder path. Admiral H. Curtiss 2022-01-19 03:05:05 +01:00
  • 5ebb894685
    Updater: Delete the file we check for write rights with on Windows. Admiral H. Curtiss 2022-11-22 01:36:04 +01:00
  • f0fb8c22b0
    Updater: Check for write permissions in directory of Updater.exe. Admiral H. Curtiss 2022-11-16 02:41:25 +01:00
  • 8f5a58f8be
    Merge pull request #11285 from K0bin/cp-checks Pokechu22 2022-11-21 15:35:06 -08:00
  • d64c3dc267 Arm64Emitter: Add MOVPage2R utility function JosJuice 2022-11-21 22:39:15 +01:00
  • 40571cf13c DolphinQt: Add GBA TAS input window JosJuice 2022-11-19 11:16:10 +01:00
  • 22bcf134bf
    Merge pull request #11139 from JosJuice/jit64-nans-no-freg JMC47 2022-11-20 13:47:02 -05:00
  • 4b6bad2f9e Jit64: Use MOV instead of ADD for updating imm Ra JosJuice 2022-11-20 10:23:43 +01:00
  • c8705f014d
    Merge pull request #11290 from AdmiralCurtiss/phys-mem-region-init JosJuice 2022-11-18 17:53:00 +01:00
  • 5d03577189
    Memmap: Fix initialization of PhysicalMemoryRegion. Admiral H. Curtiss 2022-11-18 06:57:54 +01:00
  • f179fd9c33
    VideoCommon:VertexLoaderManager: Reduce CPConfig checks Robin Kertels 2022-11-16 14:39:29 +01:00
  • f1c9774159
    Merge pull request #11240 from noahpistilli/es_v1_ticket Léo Lam 2022-11-18 00:25:47 +01:00
  • 2fd9852ca8 IOS/ES: Add support for V1Ticket Sketch 2022-10-31 21:02:19 -04:00
  • 0fec70733b
    Merge pull request #11287 from t895/spacing-fix JosJuice 2022-11-16 22:12:43 +01:00
  • 275e9e3a58 Android: Adjust card_width Charles Lombardo 2022-11-16 15:33:38 -05:00
  • 9766238649
    Merge pull request #11267 from t895/smooth-keyboard JosJuice 2022-11-16 20:48:20 +01:00
  • cecd4d15fe
    Merge pull request #11254 from t895/adaptive-grid JosJuice 2022-11-16 20:47:59 +01:00
  • 7ce2be9386
    Merge pull request #11256 from t895/animate-focus-change JosJuice 2022-11-16 20:47:16 +01:00
  • f0b0fcbb95
    Netplay: Add more logging to save syncing. Admiral H. Curtiss 2022-11-16 04:00:43 +01:00
  • 99a918d884
    Merge pull request #11280 from Pokechu22/efb-cache-cleanup Admiral H. Curtiss 2022-11-16 02:22:53 +01:00
  • 43e90ca023
    Merge pull request #11105 from vpelletier/si_ignore_setGameId Admiral H. Curtiss 2022-11-16 02:08:39 +01:00
  • 1fdf15a1be VideoCommon/FramebufferManager: Rename m_efb_cache_tiles_wide to m_efb_cache_tile_row_stride Pokechu22 2022-11-15 16:04:07 -08:00
  • 55e1c3b51d VideoCommon/FramebufferManager: use !IsUsingTiledEFBCache() in GetEFBCacheTileRect Pokechu22 2022-11-15 15:48:53 -08:00
  • 90d05fe37e VideoCommon/FramebufferManager: Always update frame access mask on depth peeks Pokechu22 2022-11-15 15:34:03 -08:00
  • 8a1c28be63
    Merge pull request #11172 from K0bin/efb-refresh JMC47 2022-11-15 16:33:46 -05:00
  • a8188dbc4e
    Merge pull request #291 from antoniodesousa/fix-kirby-air-ride LibretroAdmin 2022-11-15 13:12:54 +01:00
  • e631d12424 BlendingState: Set source and destination alpha factors in logic op workaround Antonio de Sousa 2022-11-15 11:28:51 +01:00
  • d7593dd721
    Merge pull request #11243 from Sintendo/arm64mul Admiral H. Curtiss 2022-11-15 04:05:49 +01:00
  • c9e74801ed
    Merge pull request #11269 from vabold/dolphindevice-get-time Admiral H. Curtiss 2022-11-15 03:48:57 +01:00
  • 6c9b9cbf95
    Merge pull request #11255 from JosJuice/disable-sd-convert Admiral H. Curtiss 2022-11-15 03:44:49 +01:00
  • 09c0321997
    Merge pull request #11184 from Lobsterzelda/save-all-nand-files-to-save-state Admiral H. Curtiss 2022-11-15 03:42:26 +01:00
  • b6503d7585
    Merge pull request #11018 from Dentomologist/add_updater_error_messages Admiral H. Curtiss 2022-11-15 01:08:55 +01:00
  • 5bdb291d90
    Qt/Updater: Remove unused member variable. Admiral H. Curtiss 2022-11-15 00:56:08 +01:00
  • f05b0ad669
    Merge pull request #11271 from jordan-woyak/mapping-button-expanding Admiral H. Curtiss 2022-11-15 00:53:02 +01:00
  • eb060c7356 Android: Dynamically adapt grid span to card_game size Charles Lombardo 2022-11-03 16:53:41 -04:00
  • f614f94568
    Merge pull request #11272 from t895/tv-update-fix JosJuice 2022-11-13 21:01:56 +01:00
  • 2e978ad428 Android: Use progress bar that does not inherit from AppCompat on leanback Charles Lombardo 2022-11-12 15:45:59 -05:00