Commit Graph

  • 88f77cd1a5 (Windows) Force static linking of CRT runtime twinaphex 2021-03-24 21:09:52 +01:00
  • 62ce1c7653 Jits: Discard registers which we know will be overwritten JosJuice 2020-12-20 13:23:17 +01:00
  • 901170e299 PPCTables: Use u64 for instruction flags JosJuice 2021-03-24 18:54:46 +01:00
  • fa04e5a7d3
    Merge pull request #9603 from Bonta0/audio-init JosJuice 2021-03-24 14:18:15 +01:00
  • 66e39de1ab AudioCommon: Initialize before HW Bonta-kun 2021-03-22 00:06:44 +01:00
  • 75f8ce10f9
    Merge pull request #9486 from JosJuice/storesafe Markus Wick 2021-03-24 12:39:00 +01:00
  • 1845c5948d PPCAnalyst: Rework the store-safe logic JosJuice 2021-02-02 20:50:29 +01:00
  • e2b5026652
    Merge pull request #9605 from JosJuice/jitarm64-pc-stp-2 Markus Wick 2021-03-24 08:46:51 +01:00
  • 3bd920638d JitArm64: Use STP for pc/npc, part 2 JosJuice 2021-03-23 21:27:07 +01:00
  • 85aee64cd8 Translation resources sync with Transifex JosJuice 2021-03-23 20:49:56 +01:00
  • cb9a4da1fa
    Merge pull request #9572 from JosJuice/volumeverifier-align-group JosJuice 2021-03-22 21:17:33 +01:00
  • c0eb95481f VolumeVerifier: Align partition reads to groups JosJuice 2021-03-07 13:48:51 +01:00
  • 57c9c9eb31
    Merge pull request #8625 from JosJuice/volumeverifier-overlapping LC 2021-03-22 16:05:37 -04:00
  • bbacefeb75 VolumeVerifier: Handle contents overlapping JosJuice 2019-08-06 21:17:40 +02:00
  • 10e1acf25c VolumeVerifier: Handle overlapping blocks more efficiently JosJuice 2019-08-06 21:14:33 +02:00
  • 15ebb1d9e4
    Merge pull request #9566 from Sintendo/jit64divwx LC 2021-03-22 14:40:02 -04:00
  • 210ddcf5ee
    Merge pull request #9592 from JosJuice/android-launch-rescan LC 2021-03-22 14:34:02 -04:00
  • 14cff8dc3a
    Merge pull request #9599 from JosJuice/android-gfx-hacks-settings LC 2021-03-22 14:33:32 -04:00
  • 3bedede928
    Merge pull request #9601 from JosJuice/android-scrollbar-width LC 2021-03-22 14:30:05 -04:00
  • 4a3751e4f1
    Merge pull request #9602 from JosJuice/discio-panic LC 2021-03-22 14:29:20 -04:00
  • 71bdce82fe
    Disable analytics by default (#198) Alexander Mikhaylenko 2021-03-20 19:57:43 +05:00
  • e956bef69f Disable analytics by default Alexander Mikhaylenko 2021-03-20 17:42:10 +05:00
  • aa7c768a2b Analytics: Don't initialize when disabled at build time Alexander Mikhaylenko 2021-03-20 17:13:24 +05:00
  • 1f2d4494d3
    Merge pull request #197 from Exalm/osd Autechre 2021-03-20 13:35:42 +01:00
  • 63638cbbfe Add an option to disable OSD Alexander Mikhaylenko 2021-03-20 17:17:43 +05:00
  • d1946aded6 Avoid using panic alerts in DiscIO JosJuice 2021-03-20 11:50:00 +01:00
  • 9a4704f1ee SI/DeviceGBA: Improve link stability Vicki Pfau 2021-03-12 20:54:03 -08:00
  • baecddd262 JitArm64: Skip calculating carry flag when not needed JosJuice 2021-03-14 15:38:36 +01:00
  • bcd572a820
    Merge pull request #9593 from JosJuice/jitarm64-constant-carry Markus Wick 2021-03-19 22:58:17 +01:00
  • 4c2cdb61df JitArm64: Constant carry flag optimizations JosJuice 2021-03-14 12:51:00 +01:00
  • 3b9ae81790
    Merge pull request #9598 from JosJuice/arm64reg-assert Markus Wick 2021-03-19 22:08:45 +01:00
  • 1a88656cce Android: Limit the height of the in-game menu's game title JosJuice 2021-03-19 21:51:17 +01:00
  • 8fa5f67277 Android: Make the in-game menu scrollbar wider JosJuice 2021-03-19 21:24:55 +01:00
  • e2c8b3a317 Android: Add some missing settings to Hacks section of Graphics JosJuice 2021-03-19 20:47:43 +01:00
  • c5abcba77a JitArm64: Fix broken format strings in Arm64RegCache JosJuice 2021-03-19 16:14:20 +01:00
  • e6bd7a8cd5 Open the properties window when alt+enter is used on the game list Pokechu22 2021-03-18 21:51:24 -07:00
  • 1cc035eb05 VertexLoaderTest: Fix memset assignment warning Dentomologist 2021-03-18 19:24:35 -07:00
  • db7f3f8f25 Apply More Core::RunAsCPUThread Minty-Meeo 2021-03-18 22:31:28 -05:00
  • 28e880efb6 DolphinQt: update hotkeyscheduler to run at 200hz, giving more precision for FreeLook motion devices iwubcode 2021-03-18 11:03:12 -05:00
  • 425ee13d35 FreeLook: update camera and manager to use a delta time for movement (in case we decide to move this somewhere else in the future) iwubcode 2021-03-17 20:51:35 -05:00
  • 74343b4276 Boot: Move initial UpdateWantDeterminism call earlier JosJuice 2021-03-18 22:59:59 +01:00
  • bc4d0b3ef8
    Merge pull request #9586 from JosJuice/jitarm64-srawx Markus Wick 2021-03-18 08:43:51 +01:00
  • f1ce921844 DolphinQt: update FreeLook to use relative input iwubcode 2020-12-25 19:11:21 -06:00
  • ddba5a3dfa DolphinQt: Add separate Free Look tab for rotation iwubcode 2021-03-11 00:41:15 -06:00
  • d53ab32506 FreelookManager: Add gyro to support either keyboard/gamepad binding or motion based controllers iwubcode 2021-03-11 00:40:24 -06:00
  • 80cf87158e VideoCommon: update FreeLook camera to add quaternion based rotation, fix orbital and fps implementations iwubcode 2021-03-12 00:02:06 -06:00
  • 8055919905 InputCommon: Allow for partial gyro mapping; for Free Look, this allows you to only pitch or only yaw iwubcode 2020-05-17 14:30:11 -05:00
  • db4b4e40cb InputCommon / DolphinQt / Core: Add a "RelativeMouse" input which provides the raw delta mouse input iwubcode 2020-04-20 23:16:07 -05:00
  • 679d51c289 RenderWidget: Remove mouse based Free Look since it has moved to the HotkeyScheduler iwubcode 2020-04-09 00:39:15 -05:00
  • 602cb39101 Common: Add function to get Euler angles from a Quaternion iwubcode 2020-05-17 12:41:59 -05:00
  • 621b5b8e1a JitArm64: Optimize general case of srawx JosJuice 2021-03-14 18:21:21 +01:00
  • a45a0a2066
    Merge pull request #9494 from Dentomologist/convert_arm64reg_to_enum_class JosJuice 2021-03-17 00:05:23 +01:00
  • ac65c7970c Android: Fix rescanning on first app launch after cache clear JosJuice 2021-03-16 22:58:23 +01:00
  • 7eaa98d461 CMake: Fix unused compiler flag warning Dentomologist 2021-03-15 10:13:22 -07:00
  • f44f20560d
    Merge pull request #9573 from JosJuice/volumeverifier-cancel-crash Léo Lam 2021-03-16 11:10:47 +01:00
  • b7f931fc6b
    Merge pull request #9570 from JosJuice/wia-partial-exception-list Léo Lam 2021-03-16 11:10:12 +01:00
  • c8d8f9ef85
    Merge pull request #9577 from JosJuice/di-unknown-size-hack Léo Lam 2021-03-16 11:03:36 +01:00
  • 3fcc018fa7
    Merge pull request #9588 from JosJuice/jitarm64-srawx-a-s Léo Lam 2021-03-16 10:40:10 +01:00
  • f36b1cbb2a
    Merge pull request #9541 from InusualZ/detecting-rso Léo Lam 2021-03-16 10:33:58 +01:00
  • b980dd1385
    Merge pull request #9580 from MetroidPrimeModding/redundant-update-trigger-check Léo Lam 2021-03-16 10:19:54 +01:00
  • 646bdc9459
    Merge pull request #9583 from michaelszubartowicz/master Léo Lam 2021-03-16 10:12:49 +01:00
  • 9a3e752021
    Merge pull request #9558 from iwubcode/dsu-multi-server-avoid-blocking Léo Lam 2021-03-16 10:12:32 +01:00
  • 5cea85f008
    Merge pull request #9579 from Dentomologist/fix_open_containing_folder Léo Lam 2021-03-16 09:52:46 +01:00
  • 2eb6e21a61
    Fix loading save states with bluetooth passthrough michaelszubartowicz 2021-03-14 01:45:20 +01:00
  • e6d8af3188
    Merge pull request #9553 from sepalani/ghidra-tools Léo Lam 2021-03-16 09:47:03 +01:00
  • 064a00634e
    Merge pull request #9590 from JosJuice/android-recreate-main Léo Lam 2021-03-16 09:42:31 +01:00
  • 13f79321f7
    Merge pull request #9574 from Pokechu22/enumformatter-warnings Léo Lam 2021-03-16 09:39:42 +01:00
  • 3b0b221fcf
    Merge pull request #9567 from Dentomologist/fix_various_warnings Léo Lam 2021-03-16 09:33:01 +01:00
  • fcb19a228b Android: Fix recreating main activity JosJuice 2021-03-15 21:44:09 +01:00
  • c0f840525f JitArm64: Improve srawx special case carry calculation JosJuice 2021-03-14 18:46:00 +01:00
  • f0f206714f Arm64Gen: Convert ARM64Reg to enum class Dentomologist 2021-02-06 10:50:33 -08:00
  • 48273b401e Gamelist: Fix 'Open Containing Folder' Dentomologist 2021-03-10 16:01:19 -08:00
  • 18d95dfcca
    Merge pull request #8316 from CookiePLMonster/wasapi-code-improvements JosJuice 2021-03-11 21:18:16 +01:00
  • 1dc015cc65 [Updater] Check whether we've already had an update triggered Phillip Stephens 2021-03-11 02:48:46 -08:00
  • e47c9764de DVDThread: Set ReadError instead of BlockOOB for failed reads JosJuice 2021-03-09 22:40:59 +01:00
  • e2b3aadad7 DVDInterface: Make the WBFS/CISO hack only affect WBFS/CISO JosJuice 2021-03-09 22:34:28 +01:00
  • 7d570f1edb DiscIO: Move magic constants for discs to DiscUtils JosJuice 2021-03-09 21:06:57 +01:00
  • b14bf82732 DiscIO: Move some code from VolumeVerifier to DiscUtils JosJuice 2021-03-09 20:54:59 +01:00
  • 49ccc77ebb DiscIO: Move some code from DiscExtractor to new file DiscUtils JosJuice 2021-03-09 20:06:34 +01:00
  • c37d826715 Display a progress bar to notify the user, about the work is being done InusualZ 2021-02-27 22:40:17 +00:00
  • 490db42e44 Fix detecting rso modules InusualZ 2021-02-27 20:04:45 +00:00
  • fa124e657f EnumFormatter: fix signed/unsigned comparison warnings Pokechu22 2021-03-07 12:55:53 -08:00
  • 72a6fff36c Translation resources sync with Transifex JosJuice 2021-03-07 19:24:53 +01:00
  • 486a25dd2b Touchscreen: Add override specifiers Dentomologist 2021-03-05 10:33:46 -08:00
  • 1fd332d3b7 ControllerInterface: Fix unused-result warning Dentomologist 2021-03-04 08:09:49 -08:00
  • 7ff8e3367f GraphicsWidget: Remove unused field Dentomologist 2021-03-03 17:00:58 -08:00
  • fa61fc4f9c Fix shadowing warnings Dentomologist 2021-03-03 16:31:33 -08:00
  • 636bf38824 IOS: Add maybe_unused attribute to variables Dentomologist 2021-03-03 14:28:06 -08:00
  • 95c86ee48b FreeLookCamera: Add override specifiers Dentomologist 2021-02-13 08:42:20 -08:00
  • 1c71d33ed5 FreeLookCamera: Remove unused variable Dentomologist 2021-02-12 17:29:17 -08:00
  • 692aaed60c FreeLookController: Fix signed/unsigned warning Dentomologist 2021-02-12 17:21:48 -08:00
  • 686314b548 Arm64Gen: Move constant and make constexpr Dentomologist 2021-02-12 17:04:08 -08:00
  • dffcbcc6c4 Arm64Gen: Remove unused constant Dentomologist 2021-02-12 16:56:39 -08:00
  • defe7162f5 Jit64: divwx - Simplify divisor == -1 case Sintendo 2021-03-06 22:28:40 +01:00
  • 83f38388a1 Jit64: divwx - Micro-optimize default case Sintendo 2021-03-04 22:45:45 +01:00
  • 1865035798 Jit64: divwx - Optimize division by 2 Sintendo 2021-03-04 22:29:15 +01:00
  • 0637a7ec59 Jit64: divwx - Optimize power-of-two divisors Sintendo 2021-03-04 22:16:52 +01:00
  • 530475dce8 Jit64: divwx - Micro-optimize certain divisors Sintendo 2021-03-04 21:43:21 +01:00
  • 95698c5ae1 Jit64: divwx - Optimize constant divisor Sintendo 2021-03-04 20:17:50 +01:00
  • 5bb8798df6 JitCommon: Signed 32-bit division magic constants Sintendo 2021-03-03 23:48:28 +01:00