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
/
elf.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-01-15
Loader: Never forget to change is_loaded.
Emmanuel Gil Peyrot
1
-1
/
+1
2014-12-21
License change
purpasmart96
1
-2
/
+2
2014-07-05
Marked AppLoader_ELF, AppLoader_NCCH, and Archive_RomFS virtual functions as "override".
bunnei
1
-2
/
+2
2014-07-05
Marked AppLoader_ELF, AppLoader_NCCH, and Archive_RomFS classes as "final"
bunnei
1
-1
/
+1
2014-06-25
Loader: Refactored use of const.
bunnei
1
-2
/
+2
2014-06-25
Loader: Implemented AppLoader interface for abstracting application loading.
bunnei
1
-214
/
+16
2014-06-17
Elf: Removed unused macros, changed #include of "common.h" to just "common_types.h".
bunnei
1
-117
/
+1
2014-06-17
Loader: Cleaned up and removed unused code, refactored ELF namespace.
bunnei
1
-0
/
+15
2014-06-17
Elf: Renamed modules to be consistent with new loader naming, fixed tabs -> spaces.
bunnei
1
-91
/
+141
2014-06-17
Loader: Moved elf and loader modules to a "loader" subdirectory.
bunnei
1
-0
/
+0
2014-04-09
got rid of 'src' folders in each sub-project
bunnei
1
-0
/
+0
2014-03-25
added Dolphin's ELF reader to the project
bunnei
1
-0
/
+281