Commit Graph

  • 82847f15d2 loader/ncch: add support for reading TMDs to determine app paths shinyquagsire23 2017-10-01 10:24:52 -0600
  • 2ec15d143f file_sys/archive_ncch: add support for reading TMDs to determine app paths shinyquagsire23 2017-10-01 10:23:15 -0600
  • 5a1738f72a file_sys: add class for Title Metadata (TMD) shinyquagsire23 2017-09-30 12:02:22 -0600
  • 364721fc64 file_sys/ncch_container: add RomFS, ExeFS override to allow for backward compatibility with existing .romfs system archive dumps shinyquagsire23 2017-10-01 10:21:00 -0600
  • 17e6507c97 file_sys: few more tweaks shinyquagsire23 2017-09-30 19:46:35 -0600
  • 76f55d235b file_sys/title_metadata: last few tweaks shinyquagsire23 2017-09-30 17:22:41 -0600
  • a52d2e8cb4 file_sys/title_metadata: forgot one shinyquagsire23 2017-09-30 17:13:08 -0600
  • b1e938f342 file_sys, loader: fix nits shinyquagsire23 2017-09-30 17:00:40 -0600
  • c0b7eaaa9c file_sys/ncch_container: split off override code into their own functions shinyquagsire23 2017-09-30 15:00:56 -0600
  • 3bdfdca347 file_sys/ncch_container: special override case for .code -> code.bin for Windows-based systems shinyquagsire23 2017-09-30 13:54:46 -0600
  • ddb670d6cc loader/ncch: add support for reading TMDs to determine app paths shinyquagsire23 2017-09-30 13:45:32 -0600
  • 3631d3c3b8 file_sys/archive_ncch: add support for reading TMDs to determine app paths shinyquagsire23 2017-09-30 13:13:47 -0600
  • 2a11dedb78 file_sys: add class for Title Metadata (TMD) shinyquagsire23 2017-09-30 12:02:22 -0600
  • 6ea10d9db8 file_sys/ncch_container: add RomFS, ExeFS override to allow for backward compatibility with existing .romfs system archive dumps shinyquagsire23 2017-09-25 22:22:53 -0600
  • a26221ba80 file_sys/archive_ncch: use NCCHContainer instead of loading .romfs files shinyquagsire23 2017-09-25 22:21:39 -0600
  • 082c685265 ARM_Interface: Implement PageTableChanged MerryMage 2017-09-24 22:44:13 +0100
  • 3149c61d61 memory: Remove GetCurrentPageTablePointers MerryMage 2017-09-24 22:43:28 +0100
  • 598b86123d memory: Add GetCurrentPageTable/SetCurrentPageTable MerryMage 2017-09-24 22:42:42 +0100
  • e77fec6228 file_sys/title_metadata: last few tweaks shinyquagsire23 2017-09-30 17:22:41 -0600
  • 7a31c8bb3e file_sys/title_metadata: forgot one shinyquagsire23 2017-09-30 17:13:08 -0600
  • 48eae8b505 file_sys, loader: fix nits shinyquagsire23 2017-09-30 17:00:40 -0600
  • e00bd1c0d5 file_sys/ncch_container: split off override code into their own functions shinyquagsire23 2017-09-30 15:00:56 -0600
  • 6464a3ed56 file_sys/ncch_container: special override case for .code -> code.bin for Windows-based systems shinyquagsire23 2017-09-30 13:54:46 -0600
  • 5ba48c1610 Merge pull request #2973 from huwpascoe/down_count Sebastian Valle 2017-09-30 14:46:06 -0500
  • 48a565a84f loader/ncch: add support for reading TMDs to determine app paths shinyquagsire23 2017-09-30 13:45:32 -0600
  • ae1e10cd0a file_sys/archive_ncch: add support for reading TMDs to determine app paths shinyquagsire23 2017-09-30 13:13:47 -0600
  • 5bae5a48b9 Services/NIM: Implement CheckForSysUpdateEvent. Subv 2017-09-30 13:19:58 -0500
  • 829b020aa3 file_sys: add class for Title Metadata (TMD) shinyquagsire23 2017-09-30 12:02:22 -0600
  • 529f4a0131 Moved down_count to CoreTiming Huw Pascoe 2017-09-30 17:25:49 +0100
  • ac3450e334 Moved down_count to CoreTiming Huw Pascoe 2017-09-30 17:25:49 +0100
  • afb1012bcd Services/UDS: Handle the rest of the connection sequence. (#2963) B3n30 2017-09-30 18:18:45 +0200
  • f9d55ecf3f HLE: Implemented SleepClientThread and ContinueClientThread functions to make performing async tasks on the host while in an HLE service function easier. Subv 2017-09-29 10:00:28 -0500
  • 0a308e224c Kernel/Threads: Add a new thread status that will allow using a Kernel::Event to put a guest thread to sleep inside an HLE handler until said event is signaled. Subv 2017-07-20 23:18:56 -0500
  • 8244762b89 Merge pull request #2972 from Subv/ignore_.vs James Rowe 2017-09-30 10:11:53 -0600
  • 1f99d53e2c Add the .vs folder and the CMakeSettings.json file from Visual Studio to gitignore. Subv 2017-09-30 11:07:57 -0500
  • 7056b9c46a Merge pull request #2946 from Subv/home_menu_apt Sebastian Valle 2017-09-30 10:47:42 -0500
  • e7da39a382 Installer: Address review comments James Rowe 2017-09-28 19:38:27 -0600
  • db752b52e8 Merge pull request #2967 from Subv/thread_wakeup_callbacks Sebastian Valle 2017-09-30 09:12:18 -0500
  • f3d44e3922 fixup! Memory: Make ReadBlock take a Process parameter on which to operate Subv 2017-09-30 08:59:15 -0500
  • 7c71f9ff16 fixup! Kernel/Thread: Added a helper function to get a thread's command buffer VAddr. Subv 2017-09-30 08:52:54 -0500
  • 788c2ac5a5 Memory: Make WriteBlock take a Process parameter on which to operate Subv 2017-09-29 22:42:25 -0500
  • 64651b1a3a Memory: Make ReadBlock take a Process parameter on which to operate Subv 2017-09-29 19:38:54 -0500
  • 2298b1cc3a Kernel/Thread: Added a helper function to get a thread's command buffer VAddr. Subv 2017-09-29 14:47:52 -0500
  • a3de996ae7 Merge pull request #2962 from huwpascoe/static_cast Sebastian Valle 2017-09-30 08:22:14 -0500
  • c7865cb3b1 fixup! CommandProcessor: Added 3 VS Units B3n30 2017-09-30 14:57:03 +0200
  • 6d60a98005 CommandProcessor: Added 3 VS Units B3n30 2017-09-30 14:43:06 +0200
  • cbd4623df7 fixup ThreadPool B3n30 2017-09-30 14:41:02 +0200
  • 4663c89f42 CheatsModule-2 Jhno591 2017-08-29 20:50:33 +0100
  • 90b6c50357 fixed AVX Fernando Sahmkow 2017-01-29 10:58:20 -0500
  • a685ec3b74 Implement one variant of pipe 3 MerryMage 2016-03-07 21:51:59 +0000
  • 280f129a9f Merge pull request #6 from citra-emu/master Chen Yifeng 2017-09-30 16:44:07 +0800
  • a13ab958cb Fixed type conversion ambiguity Huw Pascoe 2017-09-27 00:26:09 +0100
  • 96861c6347 temp scale fix Phantom 2017-09-26 22:22:23 +0200
  • e958b2c828 texcache upgrade Phantom 2017-09-25 00:00:22 +0200
  • e258faf0f0 fix dispatching Phantom 2017-09-30 08:08:41 +0200
  • 502f0c991b optimized threading Phantom 2017-09-29 22:11:54 +0200
  • 07ff3527a0 threaded vertex rendering Phantom 2017-09-27 07:23:55 +0200
  • 16fb89fef0 Threaded vertex rendering B3n30 2017-09-29 20:50:11 +0200
  • 58a5d370e0 Added ThreadPool B3n30 2017-09-29 20:49:31 +0200
  • b07af7dda8 Merge pull request #2961 from Subv/load_titles bunnei 2017-09-29 14:58:42 -0400
  • 8883dca514 Service/PTM: Stub GetStepHistory function mailwl 2017-09-29 15:09:10 +0300
  • e6dd1c10f5 Movie (recorded inputs) playback and recording. SDL has command lines to control it. danzel 2017-09-29 20:23:29 +1300
  • 9e5ba1e0d8 Installer: Address review comments James Rowe 2017-09-28 19:38:27 -0600
  • 5c5ef699fd fixed typo B3n30 2017-09-28 21:59:22 +0200
  • 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 -0500
  • 709c89a1d8 Installer: Converted the build scripts to cmake and added an "installer" target James Rowe 2017-09-28 10:27:42 -0600
  • ca7231aa5a Fixed type conversion ambiguity Huw Pascoe 2017-09-27 00:26:09 +0100
  • 951d957e00 Add signal to HandleEAPoLPacket until ConnectToNetwork is blocking B3n30 2017-09-28 11:34:50 +0200
  • d7e34fefe0 Merge d11cf9a0a5 into 0d42706a7b James 2017-09-27 20:46:06 +0000
  • 0d42706a7b Merge pull request #2907 from Subv/warnings3 Sebastian Valle 2017-09-27 15:45:38 -0500
  • fad7cd7a3a fixup: clang-format again B3n30 2017-09-27 20:38:37 +0200
  • fab4b6c93d Fixed type conversion ambiguity Huw Pascoe 2017-09-27 00:26:09 +0100
  • 985731299e fixup! Services/UDS: Handle the rest of the connection sequence. B3n30 2017-09-27 19:33:26 +0200
  • a6f4f25d45 fixup! Services/UDS: Handle the rest of the connection sequence. B3n30 2017-09-27 19:25:14 +0200
  • a321bce378 Disable unary operator- on Math::Vec2/Vec3/Vec4 for unsigned types. Subv 2017-08-29 12:59:54 -0500
  • 4c94d09b9e Fixed type conversion ambiguity Huw Pascoe 2017-09-27 00:26:09 +0100
  • 3a452e74c1 Services/UDS: Handle the rest of the connection sequence. B3n30 2017-09-27 14:05:47 +0200
  • 3d26a8784c Fixed type conversion ambiguity Huw Pascoe 2017-09-27 00:26:09 +0100
  • 7f48aa8d25 Loaders: Don't automatically set the current process every time we load an application. Subv 2017-09-26 18:17:47 -0500
  • 5620327e03 Merge pull request #2954 from Subv/cache_unmapped_mem James Rowe 2017-09-26 16:55:47 -0600
  • 3165466b66 Kernel/Thread: Allow specifying which process a thread belongs to when creating it. Subv 2017-09-26 17:40:49 -0500
  • a8d2f5787f Tests: Added Memory::IsValidVirtualAddress tests. Subv 2017-09-26 17:31:50 -0500
  • c102e3ae28 Tests: Fixed ARM VFP tests Subv 2017-09-26 17:29:06 -0500
  • 35da7f57ef Memory: Allow IsValidVirtualAddress to be called with a specific process parameter. Subv 2017-09-26 17:27:44 -0500
  • 0c20da7fde Merge pull request #2958 from Subv/audio_buffer_datatype Merry 2017-09-26 08:47:37 +0100
  • e27ae04696 HLE/APT: Always set up the APT parameter when starting a library applet. Subv 2017-09-24 19:09:13 -0500
  • 182fce3e93 file_sys/ncch_container: add RomFS, ExeFS override to allow for backward compatibility with existing .romfs system archive dumps shinyquagsire23 2017-09-25 22:22:53 -0600
  • e4ddb94b11 file_sys/archive_ncch: use NCCHContainer instead of loading .romfs files shinyquagsire23 2017-09-25 22:21:39 -0600
  • 5cb6205eda Merge pull request #5 from citra-emu/master Chen Yifeng 2017-09-26 12:14:18 +0800
  • 41f6c9f87f Memory/RasterizerCache: Ignore unmapped memory regions when caching physical regions. Subv 2017-09-24 20:52:46 -0500
  • d7459354f5 Audio: Use std::deque instead of std::vector for the audio buffer type (StereoBuffer16). Subv 2017-09-25 13:06:42 -0500
  • fd30d48ceb Merge pull request #2947 from Subv/selfncch_factory Sebastian Valle 2017-09-25 18:24:12 -0500
  • e112ba1889 Disable unary operator- on Math::Vec2/Vec3/Vec4 for unsigned types. Subv 2017-08-29 12:59:54 -0500
  • 5252f6a766 Audio: Use std::deque instead of std::vector for the audio buffer type (StereoBuffer16). Subv 2017-09-25 13:06:42 -0500
  • 774e7deae8 HLE/Archives: Allow multiple loaded applications to access their SelfNCCH archive independently. Subv 2017-09-23 20:32:18 -0500
  • 53698ff3ae Merge pull request #4 from citra-emu/master Chen Yifeng 2017-09-25 15:32:21 +0800
  • 239d8bedd2 Merge 91e040fea8 into d881dee818 Flame Sage 2017-09-25 06:29:37 +0000
  • d881dee818 Merge pull request #2952 from MerryMage/page-tables B3n30 2017-09-25 08:29:32 +0200
  • 7d2acd8338 Merge 8e7f850aaf into dc6a365337 Merry 2017-09-25 06:29:23 +0000
  • dc6a365337 Merge pull request #2951 from huwpascoe/perf-4 B3n30 2017-09-25 08:28:55 +0200