Commit Graph

  • c9adc60d73 Jit64: divwx - Special case dividend == 0 Sintendo 2021-02-27 20:51:38 +01:00
  • c081e3f2b3 Jit64: divwx - Optimize constant dividend Sintendo 2021-02-27 11:30:59 +01:00
  • 1dfeb73589 Force RTC bias to 0 when custom RTC is disabled too JosJuice 2021-03-06 22:01:12 +01:00
  • 46dbb455e1 Boot: Initialize Wii root before saving SYSCONF file JosJuice 2021-03-06 19:14:18 +01:00
  • 359ed5348a Config: Give Movie and Netplay higher priority than CommandLine JosJuice 2021-03-06 20:00:07 +01:00
  • a9862b5395 NetPlay: Sync more settings JosJuice 2021-03-06 18:58:19 +01:00
  • 14bfc0be78 DiscIO: Fix reading certain WIA chunks with many exceptions JosJuice 2021-03-05 23:48:58 +01:00
  • 96ebf01ea8 VolumeVerifier: Fix potential crash when cancelling JosJuice 2021-03-07 13:52:54 +01:00
  • 61198541a0
    Merge pull request #9562 from sepalani/dis-icons Léo Lam 2021-03-07 12:14:12 +01:00
  • ac687bc364
    Merge pull request #9568 from JosJuice/android-delay-save-tab Léo Lam 2021-03-07 12:03:46 +01:00
  • a5555c6300
    Merge pull request #9569 from JosJuice/android-mainpresenter-skip-scan Léo Lam 2021-03-07 11:51:03 +01:00
  • 5b1c632862 Software: Invert backface test when viewport is positive Pokechu22 2020-12-21 18:20:32 -08:00
  • 058c7db80b Software: Fix out of bounds accesses in CopyRegion Pokechu22 2020-12-11 23:04:32 -08:00
  • 089250fde6
    Merge pull request #9497 from Pokechu22/better-fifo-analyzer JMC47 2021-03-07 00:21:11 -05:00
  • df81210e96 Use formatters in GetBPRegInfo; add missing commands Pokechu22 2021-02-07 15:25:11 -08:00
  • 70f9fc4e75 Convert BPMemory to BitField and enum class Pokechu22 2021-02-10 18:11:31 -08:00
  • db8ced7e4e Add FogParam0::FloatValue and FogParam3::FloatValue Pokechu22 2021-02-11 22:38:07 -08:00
  • f2bea67709 Fix typo with ztex2 op in UseVertexDepthRange Pokechu22 2021-02-16 00:35:45 -08:00
  • 762fe33a3d Rename BPMEM_EFB_BR to BPMEM_EFB_WH Pokechu22 2021-02-07 12:32:45 -08:00
  • 81b84a5ebe Use XFMEM_REGISTERS_START/END in XFRegWritten and LoadXFReg Pokechu22 2021-02-08 22:15:33 -08:00
  • 8c80369373 Add names and descriptions for regular XF memory Pokechu22 2021-02-06 23:30:01 -08:00
  • 2d6ec7457d Add names and descriptions for XF registers to the FIFO analyzer Pokechu22 2021-02-06 21:14:21 -08:00
  • aab81d5aa0 Convert XFMemory to BitField and enum class Pokechu22 2021-02-10 16:01:42 -08:00
  • 953e09428f Add names and descriptions for CP registers to the FIFO analyzer Pokechu22 2021-02-08 15:22:48 -08:00
  • f749fcfa9f Convert CPMemory to BitField and enum class Pokechu22 2021-02-08 15:22:10 -08:00
  • c27efb3f1f Create constants for CP registers and masks Pokechu22 2021-02-28 13:53:32 -08:00
  • d702f3b4ad DolphinNoGUI/PlatformX11: Work around X.h's None being undefined Pokechu22 2021-02-11 22:48:46 -08:00
  • f697e17dd1 Create BitFieldArray Pokechu22 2021-02-16 22:49:30 -08:00
  • 1273c5e395 Add fmt support to BitField Pokechu22 2021-02-09 14:46:27 -08:00
  • cf95deaf6d Allow specifying StorageType for BitField Pokechu22 2021-02-17 20:23:06 -08:00
  • 6653bd7199 Create EnumFormatter Pokechu22 2021-02-10 12:46:32 -08:00
  • 13cc327909 Android: Don't save settings immediately after switching platform tab JosJuice 2021-03-05 21:27:27 +01:00
  • 3f71c36778 Android: Move "skip scanning" logic to MainPresenter JosJuice 2021-03-05 21:44:16 +01:00
  • dbb0b72cc5 InputCommon: instead of blocking on individual DSU server sockets, block on a selector built up from all server sockets iwubcode 2021-03-03 17:57:18 -06:00
  • 2454bd5ba6 Jit64: Add optional argument to GenerateOverflow Sintendo 2021-02-25 23:22:17 +01:00
  • 5f7d935b0a
    Merge pull request #9533 from sepalani/mmu-is-ram Léo Lam 2021-03-05 11:49:55 +01:00
  • fc86e554e0
    Merge pull request #9559 from iwubcode/gdb-stub-raii JMC47 2021-03-05 05:28:31 -05:00
  • adcdeda372
    Merge pull request #9565 from sepalani/qt-blocker Léo Lam 2021-03-05 10:44:44 +01:00
  • a4de2502c5
    Merge pull request #9550 from endrift/gba-flush Léo Lam 2021-03-05 10:38:55 +01:00
  • 1e6dfc6b91 BreakpointWidget: Use QSignalBlocker Sepalani 2021-03-05 13:13:12 +04:00
  • de30559862
    Merge pull request #9564 from sepalani/bp-del Léo Lam 2021-03-05 10:28:48 +01:00
  • fd7eeb7221 BreakpointWidget: Fix delete deleting both MBP and BP at address Sepalani 2021-03-04 21:42:53 +04:00
  • 359a539f25 Breakpoints: Change icon when disabled Sepalani 2021-03-04 20:33:08 +04:00
  • 1e3e5680db
    Merge pull request #9561 from sepalani/fix-watches Léo Lam 2021-03-05 00:57:40 +01:00
  • 19c5a19629
    Merge pull request #9529 from JosJuice/android-broadcast-before-metadata Léo Lam 2021-03-05 00:48:04 +01:00
  • 5efd563b03
    Merge pull request #9555 from JosJuice/android-jni-cleanup Léo Lam 2021-03-05 00:47:36 +01:00
  • 873d5f9852 Android: Broadcast update before updating additional metadata JosJuice 2021-02-20 19:58:44 +01:00
  • d99d72f5a6 Android: Remove #ifdef __cplusplus checks JosJuice 2021-03-03 23:01:14 +01:00
  • 7d5052896d IOS: update network/ip/top to use the RAII winsock context iwubcode 2021-03-04 13:53:42 -06:00
  • 6c23e163e1
    Merge pull request #9563 from sepalani/bp-changed Léo Lam 2021-03-04 20:49:54 +01:00
  • e4f74bea42 Core: Use RAII winsock object to cleanly create and destroy WSA in gdb-stub iwubcode 2021-03-03 20:06:54 -06:00
  • 00bc7e6b38 Common: Add RAII object that initializes and cleans up winsock iwubcode 2021-03-04 13:43:35 -06:00
  • aef0760efe
    IOS/ES: Emulate /sys/launch.sys for more accurate timings Léo Lam 2021-02-27 22:04:07 +01:00
  • bdaac718ac
    IOS/FS: Expose some more ioctls for internal Dolphin use Léo Lam 2021-02-27 21:13:29 +01:00
  • 93f0d122c0
    IOS: Hang PPC when reloading IOS for a PPC title launch Léo Lam 2021-02-26 17:11:47 +01:00
  • 19667cb801
    Fix symbol map being loaded too early during title changes Léo Lam 2021-02-26 16:20:24 +01:00
  • a658cbce16
    IOS: Emulate IOS boot timings Léo Lam 2021-02-26 15:21:36 +01:00
  • 820c4836d7
    IOS: Simplify IPC initialisation Léo Lam 2021-02-25 17:41:14 +01:00
  • 0da5ea86a3
    IOS: Emulate ES boot timings Léo Lam 2021-02-26 13:59:11 +01:00
  • 688bd6141a
    IOS: Emulate BootstrapPPC syscall delays Léo Lam 2021-02-24 17:56:19 +01:00
  • 011f7789e0
    IOS: Clear 0-0x3fff when setting up low MEM1 constants Léo Lam 2021-02-25 16:18:58 +01:00
  • ef977123d5 BreakpointWidget: Emit BreakpointsChanged to update views Sepalani 2021-03-04 21:10:37 +04:00
  • 6786340a7c Watches: Fix Save and Load from strings Sepalani 2021-03-04 17:55:52 +04:00
  • be500a98e2
    Merge pull request #8779 from sepalani/open-dump Léo Lam 2021-03-04 13:37:10 +01:00
  • 2aa1ff51bd
    Merge pull request #9493 from nolange/stricter_compiler_flag_check Léo Lam 2021-03-04 12:47:33 +01:00
  • 794e093223
    Merge pull request #9530 from JosJuice/android-loading-indicator Léo Lam 2021-03-04 12:42:20 +01:00
  • 511e9dcd2f
    Merge pull request #9542 from InusualZ/toggle-bp Léo Lam 2021-03-04 12:34:03 +01:00
  • 48a5846aee
    Merge pull request #9548 from AdmiralCurtiss/fastmem-active-regions Léo Lam 2021-03-04 12:18:59 +01:00
  • 06a77493a4
    Merge pull request #9547 from PatrickFerry/ini-fixes-1 Léo Lam 2021-03-04 12:16:09 +01:00
  • 9c6c77351f
    Merge pull request #9556 from JosJuice/cmake-msvc-latest Léo Lam 2021-03-04 12:12:06 +01:00
  • 00db622d50
    Merge pull request #9560 from JosJuice/cmake-msvc-wil Léo Lam 2021-03-04 12:08:05 +01:00
  • 2cb3f663bc CMake: Include WIL headers JosJuice 2021-03-04 09:59:59 +01:00
  • 0cb71d3f47 CMake: Disable warning C5054 on DolphinQt JosJuice 2021-03-04 09:29:30 +01:00
  • 1c3f594087 CMake: Build with -std:c++latest for MSVC JosJuice 2021-03-03 23:44:35 +01:00
  • 79ee6aae0a
    Merge pull request #9395 from AdmiralCurtiss/most-wanted-turn-on-the-sun JMC47 2021-03-03 17:43:33 -05:00
  • 6bcef87f82
    Merge pull request #9554 from Dentomologist/remove_unused_lambda_capture Léo Lam 2021-03-03 23:03:08 +01:00
  • ae5f8853a4 Android: Delete more references in IDCache.cpp JosJuice 2021-03-03 22:58:59 +01:00
  • 6e13d35026 DolphinQt: Removed unused this capture in lambda Dentomologist 2021-03-03 13:18:17 -08:00
  • d2eb846e6a
    Merge pull request #9549 from Dentomologist/ppcstate_off_to_s32 JMC47 2021-03-03 14:56:40 -05:00
  • 9843412440
    Merge pull request #8996 from AdmiralCurtiss/memcard-save-import-export-refactor JMC47 2021-03-03 14:51:31 -05:00
  • a0be1c93ea
    Merge pull request #9352 from Pokechu22/sw-line-point-width JMC47 2021-03-03 14:15:28 -05:00
  • 5342c40d55
    Merge pull request #9546 from Miksel12/ini-changes5 JMC47 2021-03-03 14:02:59 -05:00
  • 2f0bab0192 Android: Add @Keep annotation to BooleanSupplier JosJuice 2021-03-03 18:29:32 +01:00
  • 5e1b3514f6 Allow to disable/enable from the BreakpointWidget InusualZ 2021-02-28 08:44:03 +00:00
  • f6e9003ddc SI/DeviceGBA: Ensure data socket isn't backed up Vicki Pfau 2021-03-02 18:43:55 -08:00
  • 4807cb77fd JitArm64: Fix unsigned/signed arg/param mismatch Dentomologist 2021-03-02 12:32:51 -08:00
  • 4935e9b560 Allow to disable/enable breakpoints InusualZ 2021-02-28 08:04:50 +00:00
  • 4b784576d9 Core/Memmap: Don't try to map logical memory from inactive physical regions. Admiral H. Curtiss 2021-03-02 18:21:30 +01:00
  • 8199825c6f Core/Memmap: Store and check which physical regions are actually mapped instead of relying on SConfig staying the same. Admiral H. Curtiss 2021-03-02 18:20:52 +01:00
  • 7712f0831f
    Merge pull request #9535 from sepalani/threads-freeze Léo Lam 2021-03-02 16:38:02 +01:00
  • 8279613a49 DebugInterface: Check visited addresses in GetThreads Sepalani 2021-02-25 19:39:55 +04:00
  • 2c4585a506 Tools: Dolphin symbol map ghidra scripts added Sepalani 2021-03-02 13:06:24 +04:00
  • 52413ed0d8 GameSettings: Set Texture Cache Accuracy to "Safe" for Jerry Rice & Nitus' Dog Football PatrickFerry 2021-03-02 03:11:06 +00:00
  • 8e4ddf9c04 GameSettings: Disable "Defer EFB Copies to RAM" and Set Texture Cache Accuracy to "Medium" for Marvel Super Hero Squad PatrickFerry 2021-03-02 03:10:27 +00:00
  • 3424732087 GameSettings: Disable "Defer EFB Copies to RAM" for NBA Live 08 PatrickFerry 2021-03-02 03:08:38 +00:00
  • 701c6c2ef0 GameSettings: Disable Dual Core for National Geographic Challenge! PatrickFerry 2021-03-02 03:07:30 +00:00
  • 05595be9a5 GameSettings: Disable Dual Core for Dance! It's Your Stage PatrickFerry 2021-03-02 03:06:42 +00:00
  • 976842d5b9 GameSettings: Disable Dual Core for Brunswick Pro Bowling PatrickFerry 2021-03-02 03:06:11 +00:00
  • 1116085bee INI Changes Miksel12 2021-03-02 03:25:03 +01:00
  • 59f4164411
    Merge pull request #9539 from iwubcode/dynamic_input_tex_more_optimizations Léo Lam 2021-03-02 02:53:22 +01:00