Commit Graph

  • 0cc1fc37b5
    Merge pull request #9788 from sepalani/dsp-rate Léo Lam 2021-06-13 12:55:31 +02:00
  • 90a994f937
    Merge pull request #9802 from JosJuice/android-game-file-cache-path Léo Lam 2021-06-13 12:53:49 +02:00
  • 4e3e3bfd60
    Merge pull request #9804 from JosJuice/revert-fma Léo Lam 2021-06-13 12:38:09 +02:00
  • 8ef4bd682b
    Merge pull request #9805 from JosJuice/rounding-mode-savestate Léo Lam 2021-06-13 11:49:29 +02:00
  • dd26106848
    Merge pull request #9807 from Techjar/fix-glsl-any Léo Lam 2021-06-13 11:15:11 +02:00
  • 38424d0c59
    Merge pull request #9808 from xvrc/msghandler-label-fix Léo Lam 2021-06-13 11:00:45 +02:00
  • 0a1f58ad77
    Merge pull request #9730 from Dentomologist/remove_audio_pane_stretching Léo Lam 2021-06-13 10:57:31 +02:00
  • 3da0976a81 VideoCommon: Define scalar any() and all() functions in GLSL Techjar 2021-06-11 19:34:19 -04:00
  • 0ad13db633 MsgHandler: Correct question and warning captions xvrc 2021-06-12 17:42:27 -04:00
  • a09d9cf608
    Merge pull request #9606 from Filoppi/patch-14 JosJuice 2021-06-11 18:59:39 +02:00
  • 0c6e00ce0c
    Merge pull request #9801 from Techjar/bbox-rounding-hack JMC47 2021-06-11 00:41:11 -04:00
  • b267f54259 VideoCommon: Only include centered pixels in bounding box Techjar 2021-06-10 08:44:56 -04:00
  • 9db0ebd4b6 PowerPC: Set host CPU rounding mode on init and savestate JosJuice 2021-06-10 19:54:07 +02:00
  • a51d01bb80
    Merge pull request #9532 from Pokechu22/debug-cube-hack JMC47 2021-06-10 03:38:24 -04:00
  • 1500a0119b Eliminate TVtxDesc.GetLegacyHex Pokechu22 2021-06-08 21:35:43 -07:00
  • 820d9ffbfa Remove PixelShaderGen hasindstage Pokechu22 2021-06-08 21:29:53 -07:00
  • c583cac568 Hack to hide debug cubes in Super Mario Sunshine Pokechu22 2021-02-22 19:03:06 -08:00
  • e62610e6bc
    Merge pull request #9799 from Tilka/interpreter Tilka 2021-06-09 22:34:07 +01:00
  • ac28b89fa5 NetPlay/Jit64: Avoid using software FMA JosJuice 2021-06-09 20:16:41 +02:00
  • 0aa9e8dc9a
    Merge pull request #9795 from Filoppi/fix_controller2_default_device JMC47 2021-06-09 16:09:09 -04:00
  • d304d75aa5 Android: Stop using custom path for GameFileCache JosJuice 2021-06-08 18:09:22 +02:00
  • c729852d72
    Merge pull request #9782 from Techjar/bbox-ogl-upsidedown-fix Connor McLaughlin 2021-06-08 13:24:03 +10:00
  • 1b3977990b
    Merge pull request #9800 from Techjar/vulkan-subgroup-fix Connor McLaughlin 2021-06-08 13:21:41 +10:00
  • 58238e75a7 Vulkan: Fix subgroup reduction Techjar 2021-06-07 22:32:25 -04:00
  • ec8257ebe1
    Merge pull request #9794 from Filoppi/fix_input_focus_bug JMC47 2021-06-07 20:08:09 -04:00
  • a2e1ddc354 AudioPane: Remove main layout vertical stretching Dentomologist 2021-05-20 11:25:05 -07:00
  • 5fc3cb2379 Interpreter: deduplicate integer comparisons Tillmann Karras 2021-06-06 07:14:29 +01:00
  • 8f9bb5612a
    Merge pull request #9798 from JosJuice/android-wad-crash JMC47 2021-06-07 17:32:23 -04:00
  • d42cec0d19 Android: Fix WAD import crashing JosJuice 2021-06-07 23:09:29 +02:00
  • 702f86ccc0 InputCommon: fix 2nd+ controller not defaulting to the default device Filoppi 2021-06-07 19:31:38 +03:00
  • edc18e60ad
    Merge pull request #9785 from Dentomologist/fix_gamelist_grid_zoom_in Léo Lam 2021-06-07 14:00:21 +02:00
  • 7c83b745c5 Qt: fix input focus checks being wrong Filoppi 2021-06-07 14:35:59 +03:00
  • 5e371bb4be
    Merge pull request #9792 from sepalani/lint Léo Lam 2021-06-07 12:16:08 +02:00
  • 8ca6ffd908
    Merge pull request #9702 from Filoppi/controller_interface_fixes Léo Lam 2021-06-07 12:15:15 +02:00
  • 1d48a33aed MMIOHandlers: Move method definitions to MMIO.cpp Sepalani 2021-06-07 13:42:39 +04:00
  • ce8004c9c1 Lint: End of namespace Sepalani 2021-06-07 12:55:52 +04:00
  • 83ea16f402 Qt: Fix IOWindow keeping a shared ptr to devices even after them being removed by the ControllerInterface this prevented some devices from being recreated correctly, as they were exclusive (e.g. DInput Joysticks) Filoppi 2021-05-21 01:33:38 +03:00
  • a77e3b4a9b InputCommon: Make Wiimote rumble variable thread safe Filoppi 2021-05-10 22:44:17 +03:00
  • 08f8c27927 ControllerInterface: fix DSU thread safety and use PlatformPopulateDevices() Filoppi 2021-05-15 12:28:30 +03:00
  • 8b53af9cbc ControllerInterface: polish DInput Keyboard and Mouse (add comments and logs) Filoppi 2021-05-15 12:21:43 +03:00
  • 038b57fecc ControllerInterface: DInput Joystick fix non thread safe static variable Filoppi 2021-05-15 12:21:22 +03:00
  • a0ecca1a84 ControllerInterface: Implement ChangeWindow on DInput without recreating the devices Filoppi 2021-05-15 12:20:20 +03:00
  • dcc345400e ControllerInterface: devices population is now async so implement devices sorting priority Filoppi 2021-05-15 12:14:11 +03:00
  • 0718cfd7d7 ControllerInterface: make evdev use PlatformPopulateDevices Filoppi 2021-05-15 12:11:27 +03:00
  • 2aa941081e ControllerInterface: make SDL use PlatformPopulateDevices() Filoppi 2021-05-15 12:10:39 +03:00
  • 1d816f8f26 ControllerInterface: make real Wiimote use PlatformPopulateDevices() Filoppi 2021-05-15 12:10:00 +03:00
  • c238e49119 ControllerInterface: Remove OSX window handle Filoppi 2021-05-15 12:08:38 +03:00
  • 2376aec135 ControllerInterface: Refactor Filoppi 2021-05-15 12:06:12 +03:00
  • f90d851e25 ControllerInterface: mixed comments Filoppi 2021-05-15 11:32:00 +03:00
  • c285ae57fb ControllerInterface: fix rare deadlock Filoppi 2021-05-15 11:25:20 +03:00
  • ebe3fbe04c
    Merge pull request #9771 from Filoppi/dsu_fixes JMC47 2021-06-07 03:50:50 -04:00
  • 4866002c9b VideoCommon: Perform OpenGL bounding box inversion in pixel shader Techjar 2021-06-05 06:47:04 -04:00
  • a208d529de
    Merge pull request #9790 from AdmiralCurtiss/cheat-manager-config-change Léo Lam 2021-06-07 02:37:11 +02:00
  • c3560f033e UPnP: Improve error messages on initialization failure. Admiral H. Curtiss 2021-05-14 16:42:08 +02:00
  • fd4efd3787
    Merge pull request #9791 from JosJuice/jitarm64-carbon Markus Wick 2021-06-06 23:15:24 +02:00
  • 4ef4ac41d1 JitArm64: Fix clobbering LR in FakeLKExit JosJuice 2021-06-06 22:43:38 +02:00
  • 441d304317 CheatsManager: Use game information directly from SConfig, and only recreate widgets if game changes. Admiral H. Curtiss 2021-06-06 21:56:34 +02:00
  • 414e0f4598 GeckoCodeWidget: Take game ID and revision directly instead of through GameFile. Admiral H. Curtiss 2021-06-06 21:25:37 +02:00
  • 1fbe56210a ARCodeWidget: Take game ID and revision directly instead of through GameFile. Admiral H. Curtiss 2021-06-06 21:18:02 +02:00
  • 684d09b342
    Merge pull request #9789 from AdmiralCurtiss/netplay-efb-access-tile-size-bool Léo Lam 2021-06-06 19:20:38 +02:00
  • 9fd16a93c5 NetPlay: Sync the EFB access tile size as an integer instead of a boolean. Admiral H. Curtiss 2021-06-06 19:02:07 +02:00
  • 7a6098a7f6 GameList: Fix grid mode zoom keybind inconsistency Dentomologist 2021-06-05 16:29:41 -07:00
  • eaf8e30008 AudioInterface: Fix AIDFR initialization Sepalani 2021-06-06 18:57:32 +04:00
  • 8139967768
    Merge pull request #9787 from JosJuice/jitarm64-slwx-top Tilka 2021-06-06 08:46:16 +01:00
  • 5470aceb63
    Merge pull request #9786 from Tilka/dsp Mai M 2021-06-06 00:48:28 -04:00
  • 89af7b82f2
    Merge pull request #9770 from JosJuice/jits-accidental-gt Tilka 2021-06-06 05:17:25 +01:00
  • 6c0180fc61
    Merge pull request #9748 from JosJuice/fma-accuracy Tilka 2021-06-06 02:29:42 +01:00
  • f2c4041d39 DSPHLE: remove unused function Tillmann Karras 2021-05-31 17:51:18 +01:00
  • a13df9b251 DSP: use CR_* enum values Tillmann Karras 2021-05-31 05:12:32 +01:00
  • 44206b7702
    Update buffer_storage warning message PEmu2 2021-06-05 15:08:47 -07:00
  • 86de3df072 JitArm64: Discard top 32 bits in slwx result JosJuice 2021-06-05 23:15:08 +02:00
  • 2f8c9a7735 Translation resources sync with Transifex JosJuice 2021-06-05 21:11:37 +02:00
  • acc7d3710d
    Merge pull request #9780 from Techjar/freelook-config-fix JosJuice 2021-06-05 13:40:37 +02:00
  • 7111d11161 Common/FileUtil: Add some missing configs to D_CONFIG_IDX Techjar 2021-06-04 04:16:56 -04:00
  • 638909aec6
    Merge pull request #9751 from JosJuice/jitarm64-fcmpx-ftz JMC47 2021-06-05 05:27:52 -04:00
  • 36871c9329
    Merge pull request #9781 from Techjar/bbox-round-down JMC47 2021-06-05 05:03:32 -04:00
  • 83d55704aa VideoCommon: Round bounding box coordinates down and remove pixel center offset Techjar 2021-06-05 00:34:10 -04:00
  • bd7c5bd742
    Merge pull request #9778 from shuffle2/msvc-wa Tilka 2021-06-04 02:57:50 +01:00
  • 4ce22c093c msvc: remove workarounds for old compiler issues Shawn Hoffman 2021-06-03 16:06:52 -07:00
  • 4363f9d4c7
    Merge pull request #9777 from shuffle2/msvc-quiet Tilka 2021-06-04 02:29:05 +01:00
  • d8cc419eb3 msvc: remove some unneeded warning disable Shawn Hoffman 2021-06-03 16:32:54 -07:00
  • d19d2ce2bd msvc: use external header feature solution-wide Shawn Hoffman 2021-06-03 15:42:23 -07:00
  • b6cc3c4b6e JitArm64: Make fcmpX with flush-to-zero enabled less bad JosJuice 2021-05-25 14:58:48 +02:00
  • 21ebc176fe JitArm64: Set FPCR.AH JosJuice 2021-05-26 14:38:29 +02:00
  • 3ef9d5f659
    Merge pull request #9749 from Dentomologist/escape_update_commit_descriptions Léo Lam 2021-06-02 03:38:01 +02:00
  • 99ed43280d Updater: Escape HTML characters in commit descriptions Dentomologist 2021-05-24 09:44:21 -07:00
  • a12865570d
    Merge pull request #9764 from Pokechu22/amd-opengl-bbox-fix JMC47 2021-06-01 19:55:54 -04:00
  • 8dc87ef698
    Merge pull request #9752 from JosJuice/android-unit-tests-off Léo Lam 2021-06-02 01:04:40 +02:00
  • a3c89ac701
    Merge pull request #9773 from Techjar/bbox-default-values Scott Mansell 2021-06-01 12:27:34 +12:00
  • 8cfe49295f VideoCommon: Add fallback handling for bounding box when disabled or unsupported Techjar 2021-05-31 16:31:27 -04:00
  • c58837964f VideoCommon: Fix bounding box on AMD/OpenGL/Windows Pokechu22 2021-05-28 18:10:48 -07:00
  • 2f1b639f0a VideoCommon: Restore BBox* forwarding functions Techjar 2021-05-31 17:40:08 -04:00
  • 833d5a3e9f AutoUpdate: Put updater log in the user log directory OatmealDome 2020-06-29 14:40:12 -04:00
  • 243c6b58fe UpdaterCommon: Replace FindOrCreateTempDir with File::CreateTempDir() OatmealDome 2020-06-29 13:54:39 -04:00
  • c87241479a FileUtil: Handle app translocation on macOS OatmealDome 2020-06-29 13:53:34 -04:00
  • c404452d3e
    Merge pull request #9759 from Techjar/netplay-sanitize-gci JosJuice 2021-05-31 19:46:26 +02:00
  • 98b00a28e4 ControllerInterface: make DSU inputs start from resting pose instead of 0. Add battery level Filoppi 2021-05-10 22:43:41 +03:00
  • 16e4dede72 ControllerInterface: DSU polish: avoid hanging host thread, add disconnection detection, ... Filoppi 2021-05-15 12:28:52 +03:00
  • 83806462ec ControllerInterface: fix DSU using the same client uid between server and controllers queries Filoppi 2021-05-15 12:25:31 +03:00
  • de3fed6093 Jits: Fix accidentally setting GT in CR when clearing EQ JosJuice 2021-05-30 21:57:31 +02:00