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-14
core: Move process creation out of global state.
bunnei
2018-03-07
Merge pull request #213 from Hexagon12/dynarmic-default
bunnei
2018-03-04
GPU: Intercept writes to the VERTEX_END_GL register.
Subv
2018-03-04
Merge pull request #229 from Subv/ensuresavedata_impl
bunnei
2018-03-04
FS: Use the correct error code when trying to open files that don't exist.
Subv
2018-03-04
FS: Stubbed CreateSaveData. It currently does nothing.
Subv
2018-03-04
FS: Make EnsureSaveData create the savedata folder when called for the first ...
Subv
2018-03-04
CoreTiming: Unschedule the pending events when an Interface is destroyed.
Subv
2018-03-03
Merge pull request #226 from Subv/buffer_queue_event
bunnei
2018-03-03
Vi: Signal the BufferQueue's Native Handle right after ReleaseBuffer is called.
Subv
2018-03-03
Service/Set: add more services
mailwl
2018-03-01
Merge pull request #216 from Subv/savedata
bunnei
2018-03-01
SaveData: Use the current titleid when opening the savedata archive.
Subv
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
thread: Clear the process list on shutdown.
Jules Blok
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
[next]