index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
loader
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-05-07
fixup simple type conversions where possible
Alexander Laties
1
-3
/
+3
2016-05-07
Kernel/Threading: Warn when a thread can be scheduled in the Syscore (Core 1).
Subv
1
-0
/
+3
2016-05-06
fix:return proper error
wwylele
1
-2
/
+3
2016-05-04
add icon & title to game list
wwylele
6
-23
/
+149
2016-04-23
ncch: Use correct format specifier (for long long uint)
Sam Spilsbury
1
-1
/
+1
2016-04-16
core: Clean out some unnecessary header includes
Lioncash
1
-5
/
+1
2016-04-14
ncch:only decompress .code section
wwylele
1
-2
/
+2
2016-04-05
Common: Remove Common::make_unique, use std::make_unique
MerryMage
2
-4
/
+2
2016-03-21
loader: Make MakeMagic constexpr
Lioncash
1
-1
/
+1
2016-03-08
Improve error report from Init() functions
LittleWhite
1
-1
/
+0
2016-03-04
Loader/NCCH: Log the program ID during loading
Yuri Kunde Schlesner
1
-1
/
+2
2016-03-03
Display errors in GUI when loading ROM failed
LittleWhite
1
-2
/
+3
2016-01-25
elf: Don't cast away const
Lioncash
1
-3
/
+3
2015-10-10
Loader: Change NCCH header types to be explicitly little-endian
Gareth Poole
2
-18
/
+17
2015-10-10
Loader: Implement encryption check
Gareth Poole
3
-2
/
+8
2015-10-09
CitraQt, SkyEye, Loader, VideoCore: Remove newlines in LOG_* calls.
Emmanuel Gil Peyrot
1
-2
/
+2
2015-09-30
Expose loader helper functions for identifying files.
archshift
2
-13
/
+41
2015-09-21
Implement 3dsx RomFS
Cruel
3
-3
/
+61
2015-09-10
General: Fix up doxygen comments
Lioncash
2
-2
/
+4
2015-08-15
Properly indicate that CIA support is not implemented yet
Benjamin Barenblat
1
-0
/
+4
2015-08-15
Give CIA file type a name
Benjamin Barenblat
1
-0
/
+2
2015-07-25
loader: Remove unnecessary else usages
Lioncash
1
-9
/
+9
2015-07-19
Core : Change variable type
zawata
1
-1
/
+1
2015-07-13
Loader: Fix variable type and remove unused variable
Yuri Kunde Schlesner
1
-2
/
+1
2015-07-13
Loader: Remove unnecessary pointer indirection to IOFile
Yuri Kunde Schlesner
8
-48
/
+48
2015-07-13
FS: Stream RomFS from file instead of loading all of it to memory
condut
4
-9
/
+20
2015-07-11
Core: Properly configure address space when loading a binary
Yuri Kunde Schlesner
3
-27
/
+123
2015-07-11
Loader: Clean up 3dsx loader a bit, fixing a potential buffer overrun
Yuri Kunde Schlesner
1
-13
/
+16
2015-07-11
Loader: Make 3dsx loader logs a bit less confusing
Yuri Kunde Schlesner
1
-6
/
+3
2015-07-08
Loader: Remove log line causing warning
aroulin
1
-1
/
+0
2015-06-28
CitraQt: Cleanup includes.
Emmanuel Gil Peyrot
3
-3
/
+10
2015-06-28
Common: Cleanup key_map includes.
Emmanuel Gil Peyrot
2
-0
/
+2
2015-06-28
Common: Fix FileUtil includes, and everything relying on those.
Emmanuel Gil Peyrot
1
-0
/
+1
2015-05-29
Remove every trailing whitespace from the project (but externals).
Emmanuel Gil Peyrot
1
-1
/
+1
2015-05-14
Core/ResourceLimits: Implemented the basic structure of ResourceLimits.
Subv
3
-0
/
+13
2015-05-15
Memmap: Re-organize memory function in two files
Yuri Kunde Schlesner
4
-4
/
+3
2015-05-09
Loader: Add missing include
Yuri Kunde Schlesner
1
-0
/
+1
2015-05-09
Memory: Re-organize and rename memory area address constants
Yuri Kunde Schlesner
2
-3
/
+3
2015-05-08
Loader: Remove .bin file support
Yuri Kunde Schlesner
2
-20
/
+0
2015-05-08
Process: Rename StaticAddressMapping => AddressMapping
Yuri Kunde Schlesner
4
-5
/
+5
2015-05-08
Loader/NCCH: Fix formatting of braces
Yuri Kunde Schlesner
1
-9
/
+9
2015-05-08
Process: Support parsing of exheader kernel caps
Yuri Kunde Schlesner
3
-0
/
+3
2015-05-08
Kernel: Remove g_program_id
Yuri Kunde Schlesner
3
-11
/
+0
2015-05-08
Kernel: Introduce skeleton Process class to hold process data
Yuri Kunde Schlesner
8
-29
/
+88
2015-05-07
Common: Remove common.h
Yuri Kunde Schlesner
6
-3
/
+11
2015-04-27
Services/Loader: Use more sensible log formats for certain functions
purpasmart96
2
-14
/
+37
2015-03-15
NCCH: Minor updates to the ncch header
purpasmart96
1
-11
/
+14
2015-02-12
Build: Fixed some warnings
Subv
1
-1
/
+3
2015-02-10
FS: Allow multiple instances of the same archive type to be open at once
Yuri Kunde Schlesner
1
-1
/
+1
2015-02-03
core: Fix some warnings on OSX
Lioncash
1
-1
/
+1
[next]