summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-03-14core: Move process creation out of global state.bunnei
2018-03-07Merge pull request #213 from Hexagon12/dynarmic-defaultbunnei
2018-03-04GPU: Intercept writes to the VERTEX_END_GL register.Subv
2018-03-04Merge pull request #229 from Subv/ensuresavedata_implbunnei
2018-03-04FS: Use the correct error code when trying to open files that don't exist.Subv
2018-03-04FS: Stubbed CreateSaveData. It currently does nothing.Subv
2018-03-04FS: Make EnsureSaveData create the savedata folder when called for the first ...Subv
2018-03-04CoreTiming: Unschedule the pending events when an Interface is destroyed.Subv
2018-03-03Merge pull request #226 from Subv/buffer_queue_eventbunnei
2018-03-03Vi: Signal the BufferQueue's Native Handle right after ReleaseBuffer is called.Subv
2018-03-03Service/Set: add more servicesmailwl
2018-03-01Merge pull request #216 from Subv/savedatabunnei
2018-03-01SaveData: Use the current titleid when opening the savedata archive.Subv
2018-03-01Kernel: Store the program id in the Process class instead of the CodeSet class.Subv
2018-03-01FS: Implement MountSaveData and some of the IFile interface.Subv
2018-03-01Filesystem: Added a SaveData Factory and associated Disk_FileSystem.Subv
2018-02-27thread: Clear the process list on shutdown.Jules Blok
2018-02-27ResultCode: Mark any error code that isn't 0 as an error.Subv
2018-02-26Removes the use of QKeySequence::Cancel (#186)Vishal Sharma
2018-02-26Merge pull request #207 from mailwl/duplicatesessionbunnei
2018-02-25Merge pull request #215 from N00byKing/umapsharedmmrybunnei
2018-02-25file_sys: Style tweaksshinyquagsire23
2018-02-25loader: Check error on NPDM load, use TID for CodeSetshinyquagsire23
2018-02-25loader: Use NPDM information when loading NSOsshinyquagsire23
2018-02-25file_sys: Add support for parsing NPDM filesshinyquagsire23
2018-02-25(Hopefully) Fix MinGW BuildN00byKing
2018-02-25Add UnmapSharedMemoryN00byKing
2018-02-23Merge pull request #212 from mailwl/stubsbunnei
2018-02-23Merge pull request #217 from shinyquagsire23/time-s-missingbunnei
2018-02-23Merge pull request #210 from MerryMage/f/dynarmic/sysregbunnei
2018-02-23time: Add missing time:s functions, used for libnxshinyquagsire23
2018-02-22Stub more functionsmailwl
2018-02-22Stub am::SetScreenShotPermission, and bsd::StartMonitoring functionsmailwl
2018-02-22Merge pull request #211 from shinyquagsire23/time_localbunnei
2018-02-21time: Add GetStandardLocalSystemClock, used by libnxshinyquagsire23
2018-02-21dynarmic: Update to 6b4c6b0MerryMage
2018-02-21arm_dynarmic: LOG_INFO on unicorn fallbackMerryMage
2018-02-21memory: LOG_ERROR when falling off end of page tableMerryMage
2018-02-21core: Fix scheduler-shutdown related crashMerryMage
2018-02-20Add warning if Domain request has no domain message headermailwl
2018-02-20Fix: change check for domain order and existance of domain message headermailwl
2018-02-20IPC: add domain header to response if only it exists in requestmailwl
2018-02-20Merge pull request #206 from mailwl/aoc-listaddoncontentbunnei
2018-02-20Service/AOC: stub ListAddOnContent functionmailwl
2018-02-19acc_u0: Stub ListOpenUsers service function.bunnei
2018-02-19service: Add Friend service interface.bunnei
2018-02-19logging: Add category for Friend service.bunnei
2018-02-19Merge pull request #202 from bunnei/scheduler-cleanupbunnei
2018-02-19scheduler: Cleanup based on PR feedback.bunnei
2018-02-18AM: Corrected the response in EnsureSaveData.Subv