index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
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
24
-512
/
+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
10
-49
/
+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
*
|
|
Restore the original console color after logging a message.
Yuri Kunde Schlesner
2014-12-14
2
-13
/
+25
|
|
/
|
/
|
*
|
kernel: Remove unused log arguments
Lioncash
2014-12-13
1
-3
/
+3
|
/
*
Remove old logging system
Yuri Kunde Schlesner
2014-12-13
7
-851
/
+2
*
Add configurable per-class log filtering
Yuri Kunde Schlesner
2014-12-13
11
-14
/
+223
*
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
2014-12-13
65
-516
/
+502
*
Implement text path trimming for shorter paths.
Yuri Kunde Schlesner
2014-12-13
3
-1
/
+53
*
Re-add coloring to the console logging output.
Yuri Kunde Schlesner
2014-12-13
1
-0
/
+50
*
New logging system
Yuri Kunde Schlesner
2014-12-13
14
-74
/
+743
*
Add SCOPE_EXIT macro to conveniently execute cleanup actions
Yuri Kunde Schlesner
2014-12-13
2
-0
/
+38
*
Added missing include in common_funcs.h
Yuri Kunde Schlesner
2014-12-13
1
-0
/
+1
*
Remove redundant include from common_funcs.h
Yuri Kunde Schlesner
2014-12-13
1
-2
/
+0
*
Merge pull request #267 from bunnei/apt-shared-font
bunnei
2014-12-12
9
-94
/
+140
|
\
|
*
APT_U: Added GetSharedFont service function.
bunnei
2014-12-12
2
-34
/
+103
|
*
Common: Add "sysdata" to GetUserPath and cleanup.
bunnei
2014-12-12
3
-26
/
+3
|
*
MemMap: Renamed "GSP" heap to "linear", as this is not specific to GSP.
bunnei
2014-12-12
5
-34
/
+34
*
|
Merge pull request #261 from neobrain/boost
Tony Wasserka
2014-12-12
2
-9
/
+13
|
\
\
|
*
|
StringUtil: Perform some minimal cleanup.
Tony Wasserka
2014-12-07
1
-3
/
+3
|
*
|
Integrate Boost into build system and perform a trivial cleanup in vertex_sha...
Tony Wasserka
2014-12-07
1
-6
/
+10
[next]