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
...
*
Addressed Bunnei's review comments, and made some other tweaks:
TheKoopaKingdom
2017-06-02
2
-2
/
+2
*
Created a whitelist of system archives to prevent false positives creating di...
TheKoopaKingdom
2017-06-02
2
-4
/
+2
*
Made some changes from review comments:
TheKoopaKingdom
2017-06-02
3
-15
/
+12
*
Fixed encrypted ROM error messages.
TheKoopaKingdom
2017-06-02
3
-9
/
+19
*
telemetry: Log a few simple data fields throughout core.
bunnei
2017-05-24
1
-0
/
+3
*
Remove ability to load symbol maps
Yuri Kunde Schlesner
2017-05-07
1
-32
/
+0
*
loader/ncch: less verbose log for loading game list. only log program ID when...
wwylele
2017-03-08
1
-3
/
+6
*
loader: lower file name logging level
wwylele
2017-03-08
1
-1
/
+1
*
Doxygen: Amend minor issues (#2593)
Mat M
2017-02-26
1
-1
/
+1
*
loader: use self NCCH archive
wwylele
2017-02-13
2
-6
/
+6
*
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
|
/
[prev]
[next]