index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2018-03-01
Kernel: Store the program id in the Process class instead of the CodeSet class.
Subv
2018-03-01
FS: Implement MountSaveData and some of the IFile interface.
Subv
2018-03-01
Filesystem: Added a SaveData Factory and associated Disk_FileSystem.
Subv
2018-02-27
ResultCode: Mark any error code that isn't 0 as an error.
Subv
2018-02-26
Removes the use of QKeySequence::Cancel (#186)
Vishal Sharma
2018-02-26
Merge pull request #207 from mailwl/duplicatesession
bunnei
2018-02-25
Merge pull request #215 from N00byKing/umapsharedmmry
bunnei
2018-02-25
file_sys: Style tweaks
shinyquagsire23
2018-02-25
loader: Check error on NPDM load, use TID for CodeSet
shinyquagsire23
2018-02-25
loader: Use NPDM information when loading NSOs
shinyquagsire23
2018-02-25
file_sys: Add support for parsing NPDM files
shinyquagsire23
2018-02-25
(Hopefully) Fix MinGW Build
N00byKing
2018-02-25
Add UnmapSharedMemory
N00byKing
2018-02-23
Merge pull request #212 from mailwl/stubs
bunnei
2018-02-23
Merge pull request #217 from shinyquagsire23/time-s-missing
bunnei
2018-02-23
Merge pull request #210 from MerryMage/f/dynarmic/sysreg
bunnei
2018-02-23
time: Add missing time:s functions, used for libnx
shinyquagsire23
2018-02-22
Stub more functions
mailwl
2018-02-22
Stub am::SetScreenShotPermission, and bsd::StartMonitoring functions
mailwl
2018-02-22
Merge pull request #211 from shinyquagsire23/time_local
bunnei
2018-02-21
time: Add GetStandardLocalSystemClock, used by libnx
shinyquagsire23
2018-02-21
dynarmic: Update to 6b4c6b0
MerryMage
2018-02-21
arm_dynarmic: LOG_INFO on unicorn fallback
MerryMage
2018-02-21
memory: LOG_ERROR when falling off end of page table
MerryMage
2018-02-21
core: Fix scheduler-shutdown related crash
MerryMage
2018-02-20
Add warning if Domain request has no domain message header
mailwl
2018-02-20
Fix: change check for domain order and existance of domain message header
mailwl
2018-02-20
IPC: add domain header to response if only it exists in request
mailwl
2018-02-20
Merge pull request #206 from mailwl/aoc-listaddoncontent
bunnei
2018-02-20
Service/AOC: stub ListAddOnContent function
mailwl
2018-02-19
acc_u0: Stub ListOpenUsers service function.
bunnei
2018-02-19
service: Add Friend service interface.
bunnei
2018-02-19
logging: Add category for Friend service.
bunnei
2018-02-19
Merge pull request #202 from bunnei/scheduler-cleanup
bunnei
2018-02-19
scheduler: Cleanup based on PR feedback.
bunnei
2018-02-18
AM: Corrected the response in EnsureSaveData.
Subv
2018-02-18
kernel: Use Scheduler class for threading.
bunnei
2018-02-18
kernel: Add Scheduler, which encapsulates the scheduling loading from Thread ...
bunnei
2018-02-18
core: Use shared_ptr for cpu_core.
bunnei
2018-02-18
kernel: Remove unused address_arbiter code.
bunnei
2018-02-18
Merge pull request #201 from Subv/ipc_delay_
bunnei
2018-02-18
Merge pull request #200 from Subv/bufferproducerfence
bunnei
2018-02-18
Kernel/IPC: Add a small delay after each SyncRequest to prevent thread starv...
Subv
2018-02-17
nvmap: Make IocFromId return the same existing handle instead of creating a n...
Subv
2018-02-17
Parcel: Ensure we don't read past the end of the parcels in Vi.
Subv
2018-02-17
Vi: Mark all fences as NO_FENCE in the DequeueBuffer response parcel.
Subv
2018-02-17
Vi: Always write the IGBPBuffer in the RequestBuffer response parcel.
Subv
2018-02-16
Service/hid: stub some functions
mailwl
2018-02-14
nvhost-ctrl: Stub NVHOST_IOCTL_CTRL_EVENT_WAIT.
Subv
2018-02-14
Vi: Mark the fences as valid in the DequeueBuffer response parcel.
Subv
[next]