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
*
core, main.h: Abort on 32Bit ROMs (#309)
N00byKing
2018-04-06
1
-0
/
+1
*
loader: Clean up ctors and includes.
bunnei
2018-01-20
1
-4
/
+1
*
loader: Add DeconstructedRomDirectory for game dumps.
bunnei
2018-01-20
1
-0
/
+1
*
loader: Refactor to also pass filepath into IdentifyType.
bunnei
2018-01-20
1
-1
/
+2
*
core: Refactor MakeMagic usage and remove dead code.
bunnei
2017-10-15
1
-4
/
+0
*
Remove lots more 3DS-specific code.
bunnei
2017-10-13
1
-4
/
+0
*
Merge remote-tracking branch 'upstream/master' into nx
bunnei
2017-10-10
1
-5
/
+30
|
\
|
*
Loaders: Don't automatically set the current process every time we load an application.
Subv
2017-09-27
1
-5
/
+8
|
*
Loader/NCCH: Add support for loading application updates (#2927)
Max Thomas
2017-09-25
1
-0
/
+13
|
*
loader: Expose program title.
bunnei
2017-08-04
1
-0
/
+9
*
|
loader: Add support for NRO, as well as various fixes and shared linker.
bunnei
2017-10-06
1
-0
/
+1
*
|
loader: Add support for loading an NSO.
bunnei
2017-09-30
1
-0
/
+1
|
/
*
Addressed Bunnei's review comments, and made some other tweaks:
TheKoopaKingdom
2017-06-03
1
-1
/
+1
*
Created a whitelist of system archives to prevent false positives creating dialogs.
TheKoopaKingdom
2017-06-03
1
-3
/
+1
*
Made some changes from review comments:
TheKoopaKingdom
2017-06-03
1
-5
/
+6
*
Fixed encrypted ROM error messages.
TheKoopaKingdom
2017-06-03
1
-3
/
+5
*
Doxygen: Amend minor issues (#2593)
Mat M
2017-02-27
1
-1
/
+1
*
loader: Implement ReadProgramId
MerryMage
2016-12-15
1
-0
/
+9
*
Kernel/Loader: Grab the system mode from the NCCH ExHeader.
Subv
2016-11-28
1
-6
/
+7
*
Kernel/Loader: Grab the system mode from the NCCH ExHeader.
Subv
2016-11-20
1
-0
/
+11
*
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-21
1
-1
/
+0
*
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-19
1
-4
/
+2
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
1
-4
/
+7
*
Loader: Split SMDH into its own header and import helpers from QGameList
Emmanuel Gil Peyrot
2016-05-21
1
-47
/
+0
*
CitraQt: Simplify the game list loader code
Emmanuel Gil Peyrot
2016-05-21
1
-11
/
+1
*
Loader: Add a GetFileType method to get the type of a loaded file
Emmanuel Gil Peyrot
2016-05-21
1
-0
/
+6
*
Loader, Frontends: Refactor loader creation and game loading
Emmanuel Gil Peyrot
2016-05-21
1
-3
/
+3
*
add icon & title to game list
wwylele
2016-05-04
1
-0
/
+57
*
loader: Make MakeMagic constexpr
Lioncash
2016-03-21
1
-1
/
+1
*
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