Commit Graph

  • 6bafd3f4f7 loader: Add support for loading an NSO. bunnei 2017-09-24 11:08:31 -04:00
  • e684347587 externals: Add lz4. bunnei 2017-09-24 11:04:55 -04:00
  • 9eb4888df7 externals: Add lz4. bunnei 2017-09-24 11:04:55 -04:00
  • 6b93de6be9 memory: Log with 64-bit values. bunnei 2017-09-20 23:15:27 -04:00
  • 46297c9653 memory: Log with 64-bit values. bunnei 2017-09-20 23:15:27 -04:00
  • 0e0fb60264 kernel: Various threading fixes to support 64-bit addressing. bunnei 2017-09-20 23:14:06 -04:00
  • c5ce5c06e4 kernel: Various threading fixes to support 64-bit addressing. bunnei 2017-09-20 23:14:06 -04:00
  • 652ea40eea core: Various changes to support 64-bit addressing. bunnei 2017-09-01 23:10:03 -04:00
  • f01472a5ff core: Various changes to support 64-bit addressing. bunnei 2017-09-01 23:10:03 -04:00
  • b500df8a4c arm: Use 64-bit addressing in a bunch of places. bunnei 2017-08-28 21:09:42 -04:00
  • 3411883fe3 arm: Use 64-bit addressing in a bunch of places. bunnei 2017-08-28 21:09:42 -04:00
  • 49152a276d elf: Check if machine is ARM. bunnei 2017-08-03 20:27:13 -04:00
  • 1c4f9e822c elf: Check if machine is ARM. bunnei 2017-08-03 20:27:13 -04:00
  • ab1a8d9dc9 Services/NIM: Implement CheckForSysUpdateEvent. Subv 2017-09-30 13:19:58 -05:00
  • 5bae5a48b9 Services/NIM: Implement CheckForSysUpdateEvent. Subv 2017-09-30 13:19:58 -05:00
  • 9443a54ef3 Moved down_count to CoreTiming Huw Pascoe 2017-09-30 17:25:49 +01:00
  • 529f4a0131 Moved down_count to CoreTiming Huw Pascoe 2017-09-30 17:25:49 +01:00
  • 176ae1899c Services/UDS: Handle the rest of the connection sequence. (#2963) B3n30 2017-09-30 18:18:45 +02:00
  • afb1012bcd Services/UDS: Handle the rest of the connection sequence. (#2963) B3n30 2017-09-30 18:18:45 +02:00
  • 7ef806203e Merge pull request #2972 from Subv/ignore_.vs James Rowe 2017-09-30 10:11:53 -06:00
  • 8244762b89 Merge pull request #2972 from Subv/ignore_.vs James Rowe 2017-09-30 10:11:53 -06:00
  • d277313598 Add the .vs folder and the CMakeSettings.json file from Visual Studio to gitignore. Subv 2017-09-30 11:07:57 -05:00
  • 1f99d53e2c Add the .vs folder and the CMakeSettings.json file from Visual Studio to gitignore. Subv 2017-09-30 11:07:57 -05:00
  • d01686168d Merge pull request #2946 from Subv/home_menu_apt Sebastian Valle 2017-09-30 10:47:42 -05:00
  • 7056b9c46a Merge pull request #2946 from Subv/home_menu_apt Sebastian Valle 2017-09-30 10:47:42 -05:00
  • 5750953314 Merge pull request #2967 from Subv/thread_wakeup_callbacks Sebastian Valle 2017-09-30 09:12:18 -05:00
  • db752b52e8 Merge pull request #2967 from Subv/thread_wakeup_callbacks Sebastian Valle 2017-09-30 09:12:18 -05:00
  • 2e4b083f42 Merge pull request #2962 from huwpascoe/static_cast Sebastian Valle 2017-09-30 08:22:14 -05:00
  • a3de996ae7 Merge pull request #2962 from huwpascoe/static_cast Sebastian Valle 2017-09-30 08:22:14 -05:00
  • 40a7357877 Fixed type conversion ambiguity Huw Pascoe 2017-09-27 00:26:09 +01:00
  • a13ab958cb Fixed type conversion ambiguity Huw Pascoe 2017-09-27 00:26:09 +01:00
  • 79268bf37d Merge pull request #2961 from Subv/load_titles bunnei 2017-09-29 14:58:42 -04:00
  • b07af7dda8 Merge pull request #2961 from Subv/load_titles bunnei 2017-09-29 14:58:42 -04:00
  • a2dc335a05 Kernel/Threads: When putting a thread to wait, specify a function to execute when it is awoken. Subv 2017-09-28 11:53:32 -05:00
  • 8432749db7 Kernel/Threads: When putting a thread to wait, specify a function to execute when it is awoken. Subv 2017-09-28 11:53:32 -05:00
  • ed32a3a58d Merge pull request #2907 from Subv/warnings3 Sebastian Valle 2017-09-27 15:45:38 -05:00
  • 0d42706a7b Merge pull request #2907 from Subv/warnings3 Sebastian Valle 2017-09-27 15:45:38 -05:00
  • 00afbdecaa Disable unary operator- on Math::Vec2/Vec3/Vec4 for unsigned types. Subv 2017-08-29 12:59:54 -05:00
  • a321bce378 Disable unary operator- on Math::Vec2/Vec3/Vec4 for unsigned types. Subv 2017-08-29 12:59:54 -05:00
  • 67988aa2c4 Loaders: Don't automatically set the current process every time we load an application. Subv 2017-09-26 18:17:47 -05:00
  • 7f48aa8d25 Loaders: Don't automatically set the current process every time we load an application. Subv 2017-09-26 18:17:47 -05:00
  • 1917c7eca7 Merge pull request #2954 from Subv/cache_unmapped_mem James Rowe 2017-09-26 16:55:47 -06:00
  • 5620327e03 Merge pull request #2954 from Subv/cache_unmapped_mem James Rowe 2017-09-26 16:55:47 -06:00
  • f67fed8c1e Kernel/Thread: Allow specifying which process a thread belongs to when creating it. Subv 2017-09-26 17:40:49 -05:00
  • 3165466b66 Kernel/Thread: Allow specifying which process a thread belongs to when creating it. Subv 2017-09-26 17:40:49 -05:00
  • 37167aacca Tests: Added Memory::IsValidVirtualAddress tests. Subv 2017-09-26 17:31:50 -05:00
  • a8d2f5787f Tests: Added Memory::IsValidVirtualAddress tests. Subv 2017-09-26 17:31:50 -05:00
  • e11f9bbf81 Tests: Fixed ARM VFP tests Subv 2017-09-26 17:29:06 -05:00
  • c102e3ae28 Tests: Fixed ARM VFP tests Subv 2017-09-26 17:29:06 -05:00
  • ebdce7bbe7 Memory: Allow IsValidVirtualAddress to be called with a specific process parameter. Subv 2017-09-26 17:27:44 -05:00
  • 35da7f57ef Memory: Allow IsValidVirtualAddress to be called with a specific process parameter. Subv 2017-09-26 17:27:44 -05:00
  • 1f4dec6c3f Merge pull request #2958 from Subv/audio_buffer_datatype Merry 2017-09-26 08:47:37 +01:00
  • 0c20da7fde Merge pull request #2958 from Subv/audio_buffer_datatype Merry 2017-09-26 08:47:37 +01:00
  • 0cb5e671c0 HLE/APT: Always set up the APT parameter when starting a library applet. Subv 2017-09-24 19:09:13 -05:00
  • e27ae04696 HLE/APT: Always set up the APT parameter when starting a library applet. Subv 2017-09-24 19:09:13 -05:00
  • 0b46ccfcf0 Memory/RasterizerCache: Ignore unmapped memory regions when caching physical regions. Subv 2017-09-24 20:52:46 -05:00
  • 41f6c9f87f Memory/RasterizerCache: Ignore unmapped memory regions when caching physical regions. Subv 2017-09-24 20:52:46 -05:00
  • c6328af8ae Audio: Use std::deque instead of std::vector for the audio buffer type (StereoBuffer16). Subv 2017-09-25 13:06:42 -05:00
  • d7459354f5 Audio: Use std::deque instead of std::vector for the audio buffer type (StereoBuffer16). Subv 2017-09-25 13:06:42 -05:00
  • aa9e34d526 Merge pull request #2947 from Subv/selfncch_factory Sebastian Valle 2017-09-25 18:24:12 -05:00
  • fd30d48ceb Merge pull request #2947 from Subv/selfncch_factory Sebastian Valle 2017-09-25 18:24:12 -05:00
  • ce8a0dbeed HLE/Archives: Allow multiple loaded applications to access their SelfNCCH archive independently. Subv 2017-09-23 20:32:18 -05:00
  • 774e7deae8 HLE/Archives: Allow multiple loaded applications to access their SelfNCCH archive independently. Subv 2017-09-23 20:32:18 -05:00
  • f474afa1fb Merge pull request #2952 from MerryMage/page-tables B3n30 2017-09-25 08:29:32 +02:00
  • d881dee818 Merge pull request #2952 from MerryMage/page-tables B3n30 2017-09-25 08:29:32 +02:00
  • f9d801464b Merge pull request #2951 from huwpascoe/perf-4 B3n30 2017-09-25 08:28:55 +02:00
  • dc6a365337 Merge pull request #2951 from huwpascoe/perf-4 B3n30 2017-09-25 08:28:55 +02:00
  • d61f31f120 Merge pull request #2949 from wwylele/fix-tr B3n30 2017-09-25 08:23:04 +02:00
  • 78022b5a79 Merge pull request #2949 from wwylele/fix-tr B3n30 2017-09-25 08:23:04 +02:00
  • 1b544edf90 Merge pull request #2948 from Subv/register_service B3n30 2017-09-25 08:22:05 +02:00
  • a21b9deb98 Merge pull request #2948 from Subv/register_service B3n30 2017-09-25 08:22:05 +02:00
  • f65437822b Loader/NCCH: Add support for loading application updates (#2927) Max Thomas 2017-09-25 00:17:38 -06:00
  • c91ccbd0ba Loader/NCCH: Add support for loading application updates (#2927) Max Thomas 2017-09-25 00:17:38 -06:00
  • 565caa27c9 Services/UDS: Added a function to send EAPoL-Start packets (#2920) B3n30 2017-09-25 08:16:27 +02:00
  • d673d508dd Services/UDS: Added a function to send EAPoL-Start packets (#2920) B3n30 2017-09-25 08:16:27 +02:00
  • 3ccad0d88f Merge pull request #2944 from huwpascoe/perf-3 Weiyi Wang 2017-09-25 03:37:14 +03:00
  • a81536f53f Merge pull request #2944 from huwpascoe/perf-3 Weiyi Wang 2017-09-25 03:37:14 +03:00
  • 215ccf5a1e Optimized Float<M,E> multiplication Huw Pascoe 2017-09-22 15:37:42 +01:00
  • 903906da3b Optimized Float<M,E> multiplication Huw Pascoe 2017-09-22 15:37:42 +01:00
  • fd651bd4d6 ARM_Interface: Implement PageTableChanged MerryMage 2017-09-24 22:44:13 +01:00
  • 67a70bd9e1 ARM_Interface: Implement PageTableChanged MerryMage 2017-09-24 22:44:13 +01:00
  • 3e851387cf memory: Remove GetCurrentPageTablePointers MerryMage 2017-09-24 22:43:28 +01:00
  • 4e5eb2044a memory: Remove GetCurrentPageTablePointers MerryMage 2017-09-24 22:43:28 +01:00
  • 82f6386ab3 memory: Add GetCurrentPageTable/SetCurrentPageTable MerryMage 2017-09-24 22:42:42 +01:00
  • c02bbb7030 memory: Add GetCurrentPageTable/SetCurrentPageTable MerryMage 2017-09-24 22:42:42 +01:00
  • f8c22017b2 Optimized Morton Huw Pascoe 2017-09-24 22:24:45 +01:00
  • 876aa82c29 Optimized Morton Huw Pascoe 2017-09-24 22:24:45 +01:00
  • fca2057250 citra-qt: fix some untranslated strings wwylele 2017-09-24 17:52:11 +03:00
  • 7117fcc024 citra-qt: fix some untranslated strings wwylele 2017-09-24 17:52:11 +03:00
  • fc23da843c HLE/APT: Always return an error from PrepareToStartNewestHomeMenu so that the Home Menu doesn't try to reboot the system. Subv 2017-09-23 14:01:04 -05:00
  • 7096f01c14 HLE/APT: Always return an error from PrepareToStartNewestHomeMenu so that the Home Menu doesn't try to reboot the system. Subv 2017-09-23 14:01:04 -05:00
  • 3b362f89ab HLE/APT: Prepare the APT Wakeup parameter when the game calls Initialize Subv 2017-09-23 13:59:07 -05:00
  • b57d58c0dc HLE/APT: Prepare the APT Wakeup parameter when the game calls Initialize Subv 2017-09-23 13:59:07 -05:00
  • bf0e88807f Merge pull request #2921 from jroweboy/batch-fix-2 James Rowe 2017-09-24 07:57:16 -06:00
  • 93930a966f Merge pull request #2921 from jroweboy/batch-fix-2 James Rowe 2017-09-24 07:57:16 -06:00
  • cf5062db10 HLE/SRV: Implemented RegisterService. Subv 2017-09-24 00:12:58 -05:00
  • 0b33e36292 HLE/SRV: Implemented RegisterService. Subv 2017-09-24 00:12:58 -05:00
  • f8b599cc90 Remove pipeline.gpu_mode and fix minor issues James Rowe 2017-09-23 09:28:20 -06:00
  • 19d41dcc6e Remove pipeline.gpu_mode and fix minor issues James Rowe 2017-09-23 09:28:20 -06:00
  • eeab122cf6 Merge pull request #2928 from huwpascoe/master Yuri Kunde Schlesner 2017-09-22 04:06:38 +02:00