index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #185 from purpasmart96/mem_perm
bunnei
2014-12-17
2
-5
/
+13
|
\
|
*
Kernel:Add missing permissions in shared memory & svc
purpasmart96
2014-11-18
2
-5
/
+13
*
|
Filesystem/Archives: Implemented the SaveData archive
Subv
2014-12-17
6
-13
/
+95
*
|
Comment out empty arrays causing compile errors in MSVC
Yuri Kunde Schlesner
2014-12-16
2
-6
/
+8
*
|
Merge pull request #283 from yuriks/archive-refactor
bunnei
2014-12-15
7
-241
/
+245
|
\
\
|
*
|
Work around libstdc++'s lack of support for std::hash on enums
Yuri Kunde Schlesner
2014-12-16
1
-0
/
+15
|
*
|
FS.Archive: Clean up treatment of archives and their handles
Yuri Kunde Schlesner
2014-12-16
3
-196
/
+175
|
*
|
Service.FS: Rename FileSys::File to FileBackend
Yuri Kunde Schlesner
2014-12-16
1
-1
/
+1
|
*
|
Service.FS: Rename FileSys::Directory to DirectoryBackend
Yuri Kunde Schlesner
2014-12-16
1
-2
/
+2
|
*
|
Service.FS: Rename FileSys::Archive to ArchiveBackend
Yuri Kunde Schlesner
2014-12-16
2
-5
/
+5
|
*
|
Service.FS: Do archive registration using IdCode instead of name
Yuri Kunde Schlesner
2014-12-16
3
-16
/
+27
|
*
|
HLE: Rename namespaces to match move & fix initialization order
Yuri Kunde Schlesner
2014-12-16
7
-36
/
+36
|
*
|
HLE: Move kernel/archive.* to service/fs/
Yuri Kunde Schlesner
2014-12-16
6
-6
/
+5
*
|
|
Merge pull request #282 from archshift/services
bunnei
2014-12-15
9
-0
/
+221
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Added stub for nim:aoc service...
archshift
2014-12-15
3
-0
/
+60
|
*
|
Added stub for cecd:u service...
archshift
2014-12-15
3
-0
/
+52
|
*
|
Added stub for ldr:ro service...
archshift
2014-12-15
3
-0
/
+57
|
*
|
Added am:app service stub.
archshift
2014-12-15
3
-0
/
+52
*
|
|
Remove SyncRequest from K::Object and create a new K::Session type
Yuri Kunde Schlesner
2014-12-15
14
-104
/
+128
|
/
/
*
|
Kernel/Semaphores: Fixed build
Subv
2014-12-13
1
-2
/
+2
*
|
Kernel/Semaphore: Small style change
Subv
2014-12-13
1
-1
/
+1
*
|
Kernel/Semaphores: Invert the available count checking.
Subv
2014-12-13
1
-11
/
+9
*
|
Kernel/Semaphores: Addressed some issues.
Subv
2014-12-13
2
-32
/
+18
*
|
Semaphore: Removed an unneeded function
Subv
2014-12-13
1
-5
/
+0
*
|
Semaphores: Addressed some style issues
Subv
2014-12-13
1
-6
/
+5
*
|
Semaphore: Implemented the initial_count parameter.
Subv
2014-12-13
2
-5
/
+7
*
|
SVC: Implemented ReleaseSemaphore.
Subv
2014-12-13
4
-19
/
+81
*
|
SVC: Implemented svcCreateSemaphore
Subv
2014-12-13
4
-1
/
+115
*
|
kernel: Remove unused log arguments
Lioncash
2014-12-13
1
-3
/
+3
*
|
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
2014-12-13
20
-191
/
+138
*
|
New logging system
Yuri Kunde Schlesner
2014-12-13
1
-0
/
+1
*
|
Merge pull request #267 from bunnei/apt-shared-font
bunnei
2014-12-12
2
-35
/
+101
|
\
\
|
*
|
APT_U: Added GetSharedFont service function.
bunnei
2014-12-12
1
-34
/
+100
|
*
|
MemMap: Renamed "GSP" heap to "linear", as this is not specific to GSP.
bunnei
2014-12-12
1
-1
/
+1
*
|
|
DSP: Added stub for ReadPipeIfPossible.
bunnei
2014-12-12
1
-1
/
+45
|
/
/
*
|
Merge pull request #256 from Subv/mutex
bunnei
2014-12-10
3
-37
/
+67
|
\
\
|
*
|
Mutex: Remove some forward declarations
Subv
2014-12-07
1
-16
/
+15
|
*
|
Mutex: Release all held mutexes when a thread exits.
Subv
2014-12-07
3
-22
/
+56
|
*
|
Mutex: Properly lock the mutex when a thread enters it
Subv
2014-12-05
1
-12
/
+9
*
|
|
CFG:U: Store country codes as u16 instead of char pointers, and return the co...
Emmanuel Gil Peyrot
2014-12-10
1
-44
/
+48
*
|
|
GSP: Trigger GPU interrupts at more accurate locations.
bunnei
2014-12-09
1
-7
/
+6
*
|
|
GSP: Updated TriggerCmdReqQueue to return success code.
bunnei
2014-12-09
1
-0
/
+3
*
|
|
GSP: Updated RegisterInterruptRelayQueue to return expected magic number.
bunnei
2014-12-09
1
-1
/
+4
*
|
|
GPU: Fixed bug in command list size decoding.
bunnei
2014-12-09
1
-1
/
+1
*
|
|
Merge pull request #217 from archshift/cmd_buff
bunnei
2014-12-08
1
-12
/
+12
|
\
\
\
|
*
|
|
Log the cmd_buff arguments when citra comes across an unimplemented function
archshift
2014-11-24
1
-12
/
+12
*
|
|
|
Thread: Fixed to wait on address when in arbitration.
bunnei
2014-12-08
3
-11
/
+31
*
|
|
|
Make OpenDirectory fail if the directory doesn't exist
archshift
2014-12-07
1
-0
/
+5
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #250 from Subv/cbranch_2
bunnei
2014-12-04
3
-4
/
+31
|
\
\
\
|
*
|
|
Threads: Remove a redundant function.
Subv
2014-12-04
1
-9
/
+1
[next]