index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
23
-506
/
+320
|
\
|
*
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
11
-387
/
+197
|
*
Service.FS: Rename FileSys::File to FileBackend
Yuri Kunde Schlesner
2014-12-16
10
-17
/
+17
|
*
Service.FS: Rename FileSys::Directory to DirectoryBackend
Yuri Kunde Schlesner
2014-12-16
10
-18
/
+18
|
*
Service.FS: Rename FileSys::Archive to ArchiveBackend
Yuri Kunde Schlesner
2014-12-16
6
-12
/
+12
|
*
Service.FS: Do archive registration using IdCode instead of name
Yuri Kunde Schlesner
2014-12-16
7
-42
/
+32
|
*
HLE: Rename namespaces to match move & fix initialization order
Yuri Kunde Schlesner
2014-12-16
9
-43
/
+43
|
*
HLE: Move kernel/archive.* to service/fs/
Yuri Kunde Schlesner
2014-12-16
9
-12
/
+11
*
|
Merge pull request #282 from archshift/services
bunnei
2014-12-15
10
-0
/
+229
|
\
\
|
*
|
Added stub for nim:aoc service...
archshift
2014-12-15
4
-0
/
+62
|
*
|
Added stub for cecd:u service...
archshift
2014-12-15
4
-0
/
+54
|
*
|
Added stub for ldr:ro service...
archshift
2014-12-15
4
-0
/
+59
|
*
|
Added am:app service stub.
archshift
2014-12-15
4
-0
/
+54
*
|
|
Merge pull request #281 from lioncash/uxtb16
bunnei
2014-12-15
1
-12
/
+12
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
armemu: Fix UXTB16
Lioncash
2014-12-14
1
-12
/
+12
|
|
/
*
/
Remove SyncRequest from K::Object and create a new K::Session type
Yuri Kunde Schlesner
2014-12-15
15
-104
/
+129
|
/
*
Merge pull request #276 from lioncash/decrappify
bunnei
2014-12-14
1
-306
/
+169
|
\
|
*
Clean up armdefs.h
Lioncash
2014-12-14
1
-306
/
+169
*
|
Merge pull request #246 from Subv/cbranch_1
bunnei
2014-12-14
5
-2
/
+160
|
\
\
|
*
|
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
5
-1
/
+117
|
|
/
*
|
Merge pull request #273 from bunnei/more-skyeye-fixes
bunnei
2014-12-14
3
-419
/
+485
|
\
\
|
|
/
|
/
|
|
*
ARM: Pull some SkyEye fixes from 3dmoo.
bunnei
2014-12-14
3
-419
/
+485
*
|
kernel: Remove unused log arguments
Lioncash
2014-12-13
1
-3
/
+3
|
/
*
Add configurable per-class log filtering
Yuri Kunde Schlesner
2014-12-13
1
-1
/
+3
*
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
2014-12-13
40
-385
/
+336
*
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
5
-66
/
+132
|
\
|
*
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
4
-32
/
+32
*
|
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
3
-4
/
+3
*
|
Remove unused NDMA module
Yuri Kunde Schlesner
2014-12-09
4
-88
/
+0
[next]