index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
loader
/
ncch.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-12-21
License change
purpasmart96
1
-1
/
+1
2014-12-18
Filesystem/Archives: Implemented the SaveData archive
Subv
1
-0
/
+4
2014-12-13
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
1
-17
/
+17
2014-11-19
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated
Emmanuel Gil Peyrot
1
-3
/
+3
2014-11-18
core: Mark some hle functions as static
Lioncash
1
-2
/
+2
2014-09-17
Common: Rename the File namespace to FileUtil, to match the filename and prevent collisions.
Emmanuel Gil Peyrot
1
-3
/
+3
2014-09-06
ncch: inline declare some variables in LZSS_Decompress
Lioncash
1
-7
/
+5
2014-07-05
NCCH: Updated ExeFS memory allocation to be safer.
bunnei
1
-1
/
+6
2014-07-05
Loader: Updated read methods to be const
bunnei
1
-53
/
+65
2014-06-27
Loader: Refactored interface such that data is no longer stored by loader.
bunnei
1
-43
/
+34
2014-06-25
Loader: Refactored loading functions to only read data from binary if called.
bunnei
1
-53
/
+89
2014-06-25
Loader: Refactored use of const.
bunnei
1
-5
/
+5
2014-06-25
NCCH: Added RomFS loading.
bunnei
1
-1
/
+28
2014-06-25
NCCH: Fixes reduce unnecessary logging and load logo/banner/etc. sections correctly.
bunnei
1
-20
/
+25
2014-06-25
Loader: Implemented AppLoader interface for abstracting application loading.
bunnei
1
-203
/
+105
2014-06-17
NCCH: Changed decompression to load .code directly into memory rather than an intermediate buffer.
bunnei
1
-9
/
+3
2014-06-17
Loader: Added support for booting NCCH executables.
bunnei
1
-0
/
+348