Commit Graph

  • 6f443d353f Reduce rounding errors Hamish Milne 2020-04-18 11:40:20 +0100
  • 7dc31e3e04 fix unitTests for CoreTiming B3n30 2020-04-18 11:08:55 +0200
  • c8b3ea0edd ArmInterface: add const ref GetTimer B3n30 2020-04-18 10:03:24 +0200
  • 9977eab0f5 CoreTiming: set MAX_SLICE_LENGTH to shortest event interval B3n30 2020-04-18 09:46:30 +0200
  • 8f48da016b ArmInterface: return ref instead of copy for GetTimer B3n30 2020-04-18 09:39:38 +0200
  • 79a0cbbba8
    Update dynarmic (#5214) Hamish Milne 2020-04-18 07:52:15 +0100
  • 07f49e588e Services/APT: Implemented the IsTitleAllowed function. Subv 2020-04-12 19:30:56 -0500
  • 8967b403b9
    Merge pull request #5196 from Subv/apt_sys_menu_arg Pengfei Zhu 2020-04-18 13:24:10 +0800
  • 47829ee095
    Merge pull request #5213 from Subv/fs_resource Pengfei Zhu 2020-04-18 13:22:21 +0800
  • fb941c56d8 common/file_util: Allow access to files on network shares Ben Russell 2020-04-09 18:48:28 +0100
  • cd1f8ab2b1 Actually should be every 15 samples Hamish Milne 2020-04-17 23:05:57 +0100
  • e2f05eefd5 Better sample rate conversion Hamish Milne 2020-04-17 23:01:54 +0100
  • 976032c056 Fix MIC_U serialization and timing Hamish Milne 2020-04-17 22:30:55 +0100
  • c605bb42db
    Merge pull request #4908 from hamish-milne/feature/savestates-2 Ben 2020-04-17 21:52:51 +0200
  • c1c9137dc5 Services/APT: Implemented the GetCaptureInfo function. Subv 2020-04-11 13:49:06 -0500
  • 511485ba07 Services/FS: Return 0xC8A04555 instead of C8A04554 when trying to open a savedata archive that does not exist. Subv 2020-04-17 09:46:44 -0500
  • f5b23eff4b Correctly register AddressArbiter as a type of WakeupCallback Hamish Milne 2020-04-17 14:11:58 +0100
  • f5e30773de CMakeLists: Specify -Wextra on linux builds Lioncash 2020-04-15 15:59:23 -0400
  • 32cbb1bc77
    input_common/udp: Port various changes from yuzu (#5133) Tobias 2020-04-17 02:50:28 +0200
  • 026a63bcf7
    Merge pull request #5130 from B3n30/warn_if_cia_contend_is_encrypted Hamish Milne 2020-04-17 00:09:36 +0100
  • ca39a897ae only check for 0 * inf if the product contains NaN BreadFish64 2020-04-16 18:07:27 -0500
  • ab998b04c8
    Merge pull request #5108 from B3n30/load_aes_key_X0x25_from_nativeFirm Hamish Milne 2020-04-17 00:07:15 +0100
  • 7af4b1a18e Merge branch 'master' into feature/savestates-2 Hamish Milne 2020-04-17 00:01:43 +0100
  • 9afd58cec2
    Merge pull request #5185 from MerryMage/fix-gdbstub Hamish Milne 2020-04-16 23:52:00 +0100
  • ebbbf5bdba
    Merge pull request #5132 from FearlessTobi/port-3497 Hamish Milne 2020-04-16 23:49:31 +0100
  • f2e9f7be9e
    Merge pull request #5124 from rykdesjardins/patch-1 Hamish Milne 2020-04-16 23:41:35 +0100
  • cfb2cabe89 Use less mixing in sanitize_mul and enable accurate multiplication by default BreadFish64 2020-04-16 15:58:10 -0500
  • d6c84227d8 Fixed NWM not responding Hamish Milne 2020-04-16 20:44:25 +0100
  • 55ecaa0344
    video_core: add ScaleForce to texture filters (#5210) Marshall Mohror 2020-04-16 13:33:14 -0500
  • 824453b133 Remove the build type from the bin path Hamish Milne 2020-04-16 19:04:04 +0100
  • 9cd669db84 Merge branch 'master' into feature/savestates-2 Hamish Milne 2020-04-16 19:03:49 +0100
  • 5fa94a0dad CMakeLists: Make -Wreorder a compile-time error Lioncash 2020-04-15 13:28:28 -0400
  • 0d8c3ee1d3 Services/APT: Implemented the Store/LoadSysMenuArg functions. Subv 2020-04-11 19:20:51 -0500
  • 49a686faee
    Merge pull request #5112 from vitor-k/ling-warnings Sebastian Valle 2020-04-15 22:18:08 -0500
  • 23ec772953 Really update the submodule Hamish Milne 2020-04-15 23:11:57 +0100
  • 783e7af5b2 Services/FS: Stubbed GetSdmcArchiveResource and GetNandArchiveResource. Subv 2020-04-15 16:38:37 -0500
  • b4ed894cc7 Update dynarmic Hamish Milne 2020-04-15 22:47:26 +0100
  • 94aaa599a8 Services/FS: Stubbed GetSdmcArchiveResource and GetNandArchiveResource. Subv 2020-04-15 16:38:37 -0500
  • 9ae37da292
    Kernel/Process: Fixed scheduling multiple processes in the SysCore using Dynarmic (#5193) Sebastian Valle 2020-04-15 07:35:19 -0500
  • 8234addd1d Address PR comments MerryMage 2020-04-15 09:08:22 +0100
  • c9c4c7a137 move copyright header to shader file BreadFish64 2020-04-14 19:50:20 -0500
  • 79dd66203a Kernel/Process: Use the relevant CPU's last process to determine when to switch its current process. Subv 2020-04-11 11:48:18 -0500
  • 2ed84fd281 Kernel/Process: Notify the CPUs that a new pagetable has been set every time the process they're executing changes. Subv 2020-04-11 11:44:47 -0500
  • 0ec6e54967 Services/APT: Simplify the StartApplication code by directly calling WakeupApplication. Subv 2020-04-14 16:32:33 -0500
  • 263e5be78e
    Fix Luigi's Mansion can't remove amiibo bug (#5200) Valentin Vanelslande 2020-04-14 07:33:49 -0500
  • 45dfb3aacc
    Merge pull request #5186 from hamish-milne/feature/fix-5067 Marshall Mohror 2020-04-13 23:57:46 -0500
  • c5a50861c4
    fix erroneous namespace end comment Marshall Mohror 2020-04-13 23:34:38 -0500
  • 0906a08823 video_core: add ScaleForce to texture filters BreadFish64 2020-04-13 23:17:32 -0500
  • d75b402691 Services/APT: Reset the app_start_parameters after launching the application with StartApplication. Subv 2020-04-13 20:07:29 -0500
  • ce56ec4ea1 Services/APT: Implement WakeupApplication. Subv 2020-04-13 19:31:03 -0500
  • 188881ea8e Services/APT: Implemented PrepareToStartApplication and StartApplication. Subv 2020-04-13 12:03:28 -0500
  • 3a651ac9fc Fix clang format Hamish Milne 2020-04-13 18:08:15 +0100
  • d5a435fdf0
    Merge pull request #5162 from tbsp/log_user_ips Marshall Mohror 2020-04-13 12:05:42 -0500
  • b024948009 Services/APT: Implemented PrepareToStartApplication and StartApplication. Subv 2020-04-13 12:03:28 -0500
  • 25c515907e CMakeLists: Android build didn't like the posix mapper MerryMage 2020-04-13 17:24:31 +0100
  • 96a3ba44d4 memory: Reduce shifting in Block functions MerryMage 2020-04-13 14:28:54 +0100
  • d6584ac959 memory: Use a global offset within page table MerryMage 2020-04-13 14:28:30 +0100
  • 77a248cd53 fastmem_mapper: Add macOS and Linux support MerryMage 2020-04-08 19:40:19 +0100
  • 8ac1b84958 memory: Implement fastmem machinery MerryMage 2019-04-20 08:40:40 +0100
  • 1f0b3deff0 memory: Make PageTable memebers private MerryMage 2019-04-20 17:37:36 +0100
  • 3f2edffdc1 memory: Move IsValidVirtualAddress into MemorySystem MerryMage 2019-04-20 17:35:59 +0100
  • 357bf232a2 externals: Update dynarmic to 938e89e7 MerryMage 2020-04-08 19:41:26 +0100
  • f91474d21a memory: Remove Special regions (and MMIOHandler) MerryMage 2019-04-19 18:34:30 +0100
  • 4d6bd9b569 Fix the merge Hamish Milne 2020-04-13 11:50:27 +0100
  • e733eed6bd Merge remote-tracking branch 'upstream/master' into feature/savestates-2 Hamish Milne 2020-04-13 11:36:05 +0100
  • b7278ddc48 Services/APT: Implemented the IsTitleAllowed function. Subv 2020-04-12 19:30:56 -0500
  • d53e94db88 Show save/load errors to the user Hamish Milne 2020-04-12 23:12:15 +0100
  • e480a8032b
    Debuggers/Qt: Show the threads process names and ids in the Wai… (#5201) Sebastian Valle 2020-04-12 16:44:51 -0500
  • 915c426dc9 Merge remote-tracking branch 'upstream/master' into feature/savestates-2 Hamish Milne 2020-04-12 22:26:24 +0100
  • 6d0b025c51
    Re-add TODO Valentin Vanelslande 2020-04-12 12:30:46 -0500
  • 92cc5d52ed Debuggers/Qt: Show the threads process names and ids in the WaitTree widget Subv 2020-04-12 12:27:32 -0500
  • 3f0f5d73c9
    Fix Luigi's Mansion can't remove amiibo bug Valentin Vanelslande 2020-04-12 11:22:59 -0500
  • afb1119a86 Services/APT: Implemented the Store/LoadSysMenuArg functions. Subv 2020-04-11 19:20:51 -0500
  • f75cc8be64
    Merge pull request #5184 from MerryMage/dyn-update-2020-04 Mat M 2020-04-12 09:10:21 -0400
  • 828f88d20a Merge branch 'master' into feature/savestates-2 Hamish Milne 2020-04-12 11:24:06 +0100
  • a1be6a4ffe
    Merge pull request #5190 from Subv/warnings Pengfei Zhu 2020-04-12 12:44:32 +0800
  • dfd8e593ae Services/APT: Implemented the Store/LoadSysMenuArg functions. Subv 2020-04-11 19:20:51 -0500
  • 5f77bca812 Services/APT: Implemented the Store/LoadSysMenuArg functions. Subv 2020-04-11 19:20:51 -0500
  • 0f3104396c Add sample rate field to AAC decoder xperia64 2020-04-11 19:13:48 -0400
  • 77c4b26e6c Attempt to improve save/load during frame advance Hamish Milne 2020-04-11 22:25:57 +0100
  • 19872b599b Fix button state not persisting between loads Hamish Milne 2020-04-11 20:47:14 +0100
  • 34af0d3452 Attempt to fix network bug Hamish Milne 2020-04-11 20:33:38 +0100
  • 0aec60eb28 Services/APT: Implemented the GetCaptureInfo function. Subv 2020-04-11 13:49:06 -0500
  • 4be752dd98 Allow GDB debugging through loads Hamish Milne 2020-04-11 19:47:31 +0100
  • e6b40486c5 Add a couple of useful SVC logs Hamish Milne 2020-04-11 19:47:06 +0100
  • 3871d74bc2 Fix mic sharedmemory not being deallocated Hamish Milne 2020-04-11 19:33:21 +0100
  • 0e88940df1 Warnings/Thread: Added missing case for the Dormant thread status in ResumeFromWait. Subv 2020-04-10 18:42:57 -0500
  • 47417e762b Warnings/Qt: Removed unused variable from lambda capture list. Subv 2020-04-10 18:40:56 -0500
  • b80911162f Warnings/QtMotionControls: There is no need to use std::move after std::make_unique. Subv 2020-04-10 18:39:40 -0500
  • 64b612bd60 Warnings/GLWindow: Initialize the members of OpenGLWindow in the order they are defined. Subv 2020-04-10 18:37:45 -0500
  • d17557c02c Warnings/Network: Initialize the members of Room::RoomImpl in the order they are defined. Subv 2020-04-10 18:35:53 -0500
  • 7903f6fbfc Warnings/Network: Handle ENET_EVENT_TYPE_NONE and ENET_EVENT_TYPE_CONNECT in the network packet loop. Subv 2020-04-10 18:35:14 -0500
  • 98645960aa Kernel/Process: Use the relevant CPU's last process to determine when to switch its current process. Subv 2020-04-11 11:48:18 -0500
  • 57b2dad7bc Kernel/Process: Notify the CPUs that a new pagetable has been set every time the process they're executing changes. Subv 2020-04-11 11:44:47 -0500
  • e9ab8f82d4 Add disk archive serialization (fix crash in driver renegade etc.) Hamish Milne 2020-04-11 11:52:11 +0100
  • a210e7e2bd Sync GPU state after loading (fix FE terrain bug) Hamish Milne 2020-04-11 10:28:52 +0100
  • 7b3a8e9bf5 Fix clang format Hamish Milne 2020-04-10 20:22:40 +0100
  • 701cd83786 Attempt to fix mac and linux builds Hamish Milne 2020-04-10 20:20:54 +0100
  • 7988978661 Fix VFP registers serialization (0 fps when loading etc.) Hamish Milne 2020-04-10 19:36:38 +0100
  • 432ac24503 Fix memory region serialization (OSK crash) Hamish Milne 2020-04-10 16:51:01 +0100