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
/
3dsx.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Loader: Clean up the ELF AppLoader.
Emmanuel Gil Peyrot
2015-01-15
1
-2
/
+2
*
Loader: Clean up the 3DSX AppLoader.
Emmanuel Gil Peyrot
2015-01-15
1
-17
/
+24
*
Loader: Guess filetype from the magic, or fallback to the extension.
Emmanuel Gil Peyrot
2015-01-15
1
-1
/
+12
*
Loader: Don’t assume the file hasn’t been read before.
Emmanuel Gil Peyrot
2015-01-15
1
-0
/
+3
*
Loader: Keep a reference to the file and pass it to the correct AppLoader, instead of loading it multiple times.
Emmanuel Gil Peyrot
2015-01-15
1
-17
/
+4
*
Loader: Remove the useless THREEDSXReader class.
Emmanuel Gil Peyrot
2015-01-15
1
-10
/
+4
*
Loader: Never forget to change is_loaded.
Emmanuel Gil Peyrot
2015-01-15
1
-0
/
+7
*
Loader: Don’t duplicate the docstring into the cpp file.
Emmanuel Gil Peyrot
2015-01-15
1
-4
/
+0
*
Loader: Fix indentation, whitespace, and a few other such cosmetic stuff.
Emmanuel Gil Peyrot
2015-01-15
1
-25
/
+23
*
Merge pull request #291 from purpasmart96/license
bunnei
2014-12-21
1
-1
/
+1
|
\
|
*
License change
purpasmart96
2014-12-21
1
-1
/
+1
*
|
Clean up some warnings
Chin
2014-12-20
1
-3
/
+1
|
/
*
HLE: Move kernel/archive.* to service/fs/
Yuri Kunde Schlesner
2014-12-16
1
-1
/
+1
*
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
2014-12-13
1
-7
/
+7
*
Loader: Add 3DSX support
ichfly
2014-12-08
1
-0
/
+236