summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2991 from Subv/getpointerGravatar Sebastian Valle2017-10-083-63/+61
|\
| * SVC: Removed GetPointer usage in the GetResourceLimit functions.Gravatar Subv2017-10-041-10/+16
| * SVC: Remove GetPointer usage in CreatePort.Gravatar Subv2017-10-042-6/+4
| * SVC: Replace GetPointer usage with ReadCString in ConnectToPort.Gravatar Subv2017-10-042-20/+9
| * SVC: Replace GetPointer usage with ReadBlock in OutputDebugString.Gravatar Subv2017-10-042-4/+6
| * SVC: Replace GetPointer usage with Read32 in ReplyAndReceive.Gravatar Subv2017-10-042-7/+6
| * SVC: Replace GetPointer usage with Read32 in WaitSynchronizationN.Gravatar Subv2017-10-042-8/+8
| * Memory: Remove all GetPointer usages from the GDB stub.Gravatar Subv2017-10-041-8/+12
* | Merge pull request #2975 from shinyquagsire23/archive-ncch-container-and-over...Gravatar Sebastian Valle2017-10-067-78/+581
|\ \
| * | file_sys, loader: add support for reading TMDs to determine app pathsGravatar shinyquagsire232017-10-012-5/+27
| * | file_sys: add class for Title Metadata (TMD)Gravatar shinyquagsire232017-10-013-0/+338
| * | file_sys/ncch_container: add RomFS, ExeFS override to allow for backward comp...Gravatar shinyquagsire232017-10-012-69/+206
| * | file_sys/archive_ncch: use NCCHContainer instead of loading .romfs filesGravatar shinyquagsire232017-10-011-6/+12
* | | Merge pull request #2953 from Subv/applet_launchGravatar Sebastian Valle2017-10-042-30/+47
|\ \ \
| * | | HLE/APT: Always set up the APT parameter when starting a library applet.Gravatar Subv2017-09-252-30/+47
* | | | Extracted the attribute setup and draw commands into their own functionsGravatar Huw Pascoe2017-10-041-217/+222
* | | | Merge pull request #2977 from Subv/shmem_createGravatar bunnei2017-10-031-15/+12
|\ \ \ \ | |_|_|/ |/| | |
| * | | Kernel/SharedMemory: Don't take over and unmap the source memory block when c...Gravatar Subv2017-10-021-15/+12
| | |/ | |/|
* | | Merge pull request #2971 from Subv/per_process_memopsGravatar Sebastian Valle2017-10-014-22/+61
|\ \ \
| * | | Memory: Make WriteBlock take a Process parameter on which to operateGravatar Subv2017-10-012-10/+19
| * | | Memory: Make ReadBlock take a Process parameter on which to operateGravatar Subv2017-10-012-12/+30
| * | | Kernel/Thread: Added a helper function to get a thread's command buffer VAddr.Gravatar Subv2017-10-012-0/+12
* | | | Merge pull request #2974 from Subv/nim_eventGravatar Sebastian Valle2017-10-013-2/+29
|\ \ \ \ | |_|/ / |/| | |
| * | | Services/NIM: Implement CheckForSysUpdateEvent.Gravatar Subv2017-09-303-2/+29
* | | | Moved down_count to CoreTimingGravatar Huw Pascoe2017-09-309-43/+33
|/ / /
* | | Services/UDS: Handle the rest of the connection sequence. (#2963)Gravatar B3n302017-09-303-19/+250
* | | Merge pull request #2946 from Subv/home_menu_aptGravatar Sebastian Valle2017-09-303-8/+45
|\ \ \
| * | | HLE/APT: Always return an error from PrepareToStartNewestHomeMenu so that the...Gravatar Subv2017-09-243-2/+26
| * | | HLE/APT: Prepare the APT Wakeup parameter when the game calls InitializeGravatar Subv2017-09-241-6/+19
| | |/ | |/|
* | | Merge pull request #2967 from Subv/thread_wakeup_callbacksGravatar Sebastian Valle2017-09-304-17/+91
|\ \ \ | |_|/ |/| |
| * | Kernel/Threads: When putting a thread to wait, specify a function to execute ...Gravatar Subv2017-09-284-17/+91
* | | Fixed type conversion ambiguityGravatar Huw Pascoe2017-09-3032-91/+97
* | | Merge pull request #2961 from Subv/load_titlesGravatar bunnei2017-09-2917-70/+157
|\ \ \ | |/ / |/| |
| * | Loaders: Don't automatically set the current process every time we load an ap...Gravatar Subv2017-09-268-37/+40
| * | Kernel/Thread: Allow specifying which process a thread belongs to when creati...Gravatar Subv2017-09-264-17/+22
| * | Tests: Added Memory::IsValidVirtualAddress tests.Gravatar Subv2017-09-262-0/+57
| * | Tests: Fixed ARM VFP testsGravatar Subv2017-09-261-9/+13
| * | Memory: Allow IsValidVirtualAddress to be called with a specific process para...Gravatar Subv2017-09-262-7/+25
* | | Merge pull request #2907 from Subv/warnings3Gravatar Sebastian Valle2017-09-272-5/+9
|\ \ \
| * | | Disable unary operator- on Math::Vec2/Vec3/Vec4 for unsigned types.Gravatar Subv2017-09-272-5/+9
* | | | Merge pull request #2954 from Subv/cache_unmapped_memGravatar James Rowe2017-09-261-1/+16
|\ \ \ \ | |_|/ / |/| | |
| * | | Memory/RasterizerCache: Ignore unmapped memory regions when caching physical ...Gravatar Subv2017-09-251-1/+16
| | |/ | |/|
* | | Merge pull request #2958 from Subv/audio_buffer_datatypeGravatar Merry2017-09-265-7/+9
|\ \ \
| * | | Audio: Use std::deque instead of std::vector for the audio buffer type (Stere...Gravatar Subv2017-09-255-7/+9
| | |/ | |/|
* / | HLE/Archives: Allow multiple loaded applications to access their SelfNCCH arc...Gravatar Subv2017-09-256-18/+65
|/ /
* | Merge pull request #2952 from MerryMage/page-tablesGravatar B3n302017-09-2512-27/+56
|\ \
| * | ARM_Interface: Implement PageTableChangedGravatar MerryMage2017-09-246-6/+39
| * | memory: Remove GetCurrentPageTablePointersGravatar MerryMage2017-09-242-10/+0
| * | memory: Add GetCurrentPageTable/SetCurrentPageTableGravatar MerryMage2017-09-247-13/+19
* | | Merge pull request #2951 from huwpascoe/perf-4Gravatar B3n302017-09-251-10/+4
|\ \ \