index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
loader
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
loader: Add support for 3DSX special relocation types, fixes citra-emu/citra#...
Thomas Farr
2017-01-19
1
-9
/
+25
*
Fix some warnings (#2399)
Jonathan Hao
2017-01-04
2
-2
/
+2
*
Merge pull request #2240 from wwylele/auto-region
bunnei
2016-12-29
2
-0
/
+25
|
\
|
*
Config: auto-select region and language
wwylele
2016-12-07
2
-0
/
+25
*
|
loader: Remove duplicate docstrings.
bunnei
2016-12-21
3
-56
/
+0
*
|
loader: Implement ReadProgramId
MerryMage
2016-12-15
3
-0
/
+28
|
/
*
Kernel/Loader: Grab the system mode from the NCCH ExHeader.
Subv
2016-11-27
3
-16
/
+17
*
Kernel/Loader: Grab the system mode from the NCCH ExHeader.
Subv
2016-11-19
3
-0
/
+27
*
Fix typos
Ricardo de Almeida Gonzaga
2016-10-20
2
-2
/
+2
*
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
4
-4
/
+4
*
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-21
10
-21
/
+4
*
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-18
4
-10
/
+5
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
9
-208
/
+249
*
Loader: Split SMDH into its own header and import helpers from QGameList
Emmanuel Gil Peyrot
2016-05-21
3
-47
/
+136
*
CitraQt: Simplify the game list loader code
Emmanuel Gil Peyrot
2016-05-21
2
-14
/
+12
*
Loader: Add a GetFileType method to get the type of a loaded file
Emmanuel Gil Peyrot
2016-05-21
4
-0
/
+30
*
Loader, Frontends: Refactor loader creation and game loading
Emmanuel Gil Peyrot
2016-05-21
4
-47
/
+21
*
Merge pull request #1766 from Subv/log_cpu
bunnei
2016-05-08
1
-0
/
+3
|
\
|
*
Kernel/Threading: Warn when a thread can be scheduled in the Syscore (Core 1).
Subv
2016-05-07
1
-0
/
+3
*
|
fixup simple type conversions where possible
Alexander Laties
2016-05-07
1
-3
/
+3
*
|
fix:return proper error
wwylele
2016-05-06
1
-2
/
+3
*
|
add icon & title to game list
wwylele
2016-05-04
6
-23
/
+149
*
|
ncch: Use correct format specifier (for long long uint)
Sam Spilsbury
2016-04-23
1
-1
/
+1
|
/
*
core: Clean out some unnecessary header includes
Lioncash
2016-04-16
1
-5
/
+1
*
ncch:only decompress .code section
wwylele
2016-04-14
1
-2
/
+2
*
Merge pull request #1643 from MerryMage/make_unique
Mathew Maidment
2016-04-05
2
-4
/
+2
|
\
|
*
Common: Remove Common::make_unique, use std::make_unique
MerryMage
2016-04-05
2
-4
/
+2
*
|
loader: Make MakeMagic constexpr
Lioncash
2016-03-21
1
-1
/
+1
|
/
*
Merge pull request #1344 from LittleWhite-tb/error-output
bunnei
2016-03-08
1
-3
/
+3
|
\
|
*
Improve error report from Init() functions
LittleWhite
2016-03-08
1
-1
/
+0
|
*
Display errors in GUI when loading ROM failed
LittleWhite
2016-03-03
1
-2
/
+3
*
|
Loader/NCCH: Log the program ID during loading
Yuri Kunde Schlesner
2016-03-04
1
-1
/
+2
|
/
*
elf: Don't cast away const
Lioncash
2016-01-25
1
-3
/
+3
*
Merge pull request #1199 from Gareth422/encryption-check
bunnei
2015-10-20
3
-20
/
+25
|
\
|
*
Loader: Change NCCH header types to be explicitly little-endian
Gareth Poole
2015-10-10
2
-18
/
+17
|
*
Loader: Implement encryption check
Gareth Poole
2015-10-10
3
-2
/
+8
*
|
CitraQt, SkyEye, Loader, VideoCore: Remove newlines in LOG_* calls.
Emmanuel Gil Peyrot
2015-10-09
1
-2
/
+2
|
/
*
Merge pull request #1095 from archshift/game-list
bunnei
2015-10-01
2
-13
/
+41
|
\
|
*
Expose loader helper functions for identifying files.
archshift
2015-09-30
2
-13
/
+41
*
|
Implement 3dsx RomFS
Cruel
2015-09-21
3
-3
/
+61
|
/
*
General: Fix up doxygen comments
Lioncash
2015-09-10
2
-2
/
+4
*
Properly indicate that CIA support is not implemented yet
Benjamin Barenblat
2015-08-15
1
-0
/
+4
*
Give CIA file type a name
Benjamin Barenblat
2015-08-15
1
-0
/
+2
*
loader: Remove unnecessary else usages
Lioncash
2015-07-25
1
-9
/
+9
*
Core : Change variable type
zawata
2015-07-19
1
-1
/
+1
*
Loader: Fix variable type and remove unused variable
Yuri Kunde Schlesner
2015-07-13
1
-2
/
+1
*
Loader: Remove unnecessary pointer indirection to IOFile
Yuri Kunde Schlesner
2015-07-13
8
-48
/
+48
*
FS: Stream RomFS from file instead of loading all of it to memory
condut
2015-07-13
4
-9
/
+20
*
Core: Properly configure address space when loading a binary
Yuri Kunde Schlesner
2015-07-11
3
-27
/
+123
*
Loader: Clean up 3dsx loader a bit, fixing a potential buffer overrun
Yuri Kunde Schlesner
2015-07-11
1
-13
/
+16
[next]