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
/
loader.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Loader: Implement encryption check
Gareth Poole
2015-10-11
1
-0
/
+1
*
Expose loader helper functions for identifying files.
archshift
2015-10-01
1
-0
/
+28
*
Loader: Remove unnecessary pointer indirection to IOFile
Yuri Kunde Schlesner
2015-07-14
1
-8
/
+8
*
FS: Stream RomFS from file instead of loading all of it to memory
condut
2015-07-14
1
-2
/
+5
*
CitraQt: Cleanup includes.
Emmanuel Gil Peyrot
2015-06-28
1
-1
/
+6
*
Common: Cleanup key_map includes.
Emmanuel Gil Peyrot
2015-06-28
1
-0
/
+1
*
Loader: Remove .bin file support
Yuri Kunde Schlesner
2015-05-09
1
-1
/
+0
*
Process: Rename StaticAddressMapping => AddressMapping
Yuri Kunde Schlesner
2015-05-09
1
-1
/
+1
*
Kernel: Introduce skeleton Process class to hold process data
Yuri Kunde Schlesner
2015-05-09
1
-0
/
+8
*
Common: Remove common.h
Yuri Kunde Schlesner
2015-05-07
1
-1
/
+1
*
core: Fix some warnings on OSX
Lioncash
2015-02-03
1
-1
/
+1
*
Loader: Guess filetype from the magic, or fallback to the extension.
Emmanuel Gil Peyrot
2015-01-15
1
-7
/
+4
*
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
-1
/
+6
*
License change
purpasmart96
2014-12-21
1
-1
/
+1
*
Loader: Add 3DSX support
ichfly
2014-12-08
1
-0
/
+1
*
Loader: Added support for loading raw BIN executables.
bunnei
2014-08-28
1
-0
/
+1
*
NCCH: Updated ExeFS memory allocation to be safer.
bunnei
2014-07-05
1
-0
/
+1
*
Loader: Updated read methods to be const
bunnei
2014-07-05
1
-5
/
+5
*
Loader: Refactored interface such that data is no longer stored by loader.
bunnei
2014-06-27
1
-33
/
+21
*
Loader: Refactored loading functions to only read data from binary if called.
bunnei
2014-06-25
1
-8
/
+8
*
Loader: Refactored use of const.
bunnei
2014-06-25
1
-3
/
+3
*
NCCH: Fixes reduce unnecessary logging and load logo/banner/etc. sections correctly.
bunnei
2014-06-25
1
-0
/
+1
*
Loader: Implemented AppLoader interface for abstracting application loading.
bunnei
2014-06-25
1
-12
/
+91
*
Loader: Cleaned up and removed unused code, refactored ELF namespace.
bunnei
2014-06-17
1
-14
/
+1
*
Loader: Moved elf and loader modules to a "loader" subdirectory.
bunnei
2014-06-17
1
-0
/
+54