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
/
hle
/
service
/
cfg
/
cfg.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Service/CFG: Fix potential endianess issue
Yuri Kunde Schlesner
2016-03-01
1
-2
/
+3
*
Service/CFG: Add block 0x000A0000 (username) to default config file
Yuri Kunde Schlesner
2016-03-01
1
-1
/
+14
*
BitField: Make trivially copyable and remove assignment operator
MerryMage
2016-02-12
1
-3
/
+3
*
services: Get rid of unnecessary includes
Lioncash
2016-02-02
1
-0
/
+1
*
fix some xcode 7.0 warnings
Martin Lindhe
2015-09-29
1
-1
/
+1
*
general: Silence some warnings when using clang
Lioncash
2015-09-16
1
-2
/
+2
*
Service/CFG: Add default entry for block 0x000A0001 (birthday)
Yuri Kunde Schlesner
2015-09-14
1
-0
/
+6
*
Service/CFG: Correct flags in 2 default blocks
Yuri Kunde Schlesner
2015-09-14
1
-2
/
+2
*
Service/CFG: Add additional blocks to default save data
Yuri Kunde Schlesner
2015-09-14
1
-0
/
+34
*
Service/CFG: Move several private types from the header to the cpp
Yuri Kunde Schlesner
2015-09-14
1
-10
/
+49
*
Service/CFG: Clean up default block creation
Yuri Kunde Schlesner
2015-09-14
1
-26
/
+16
*
Remove every trailing whitespace from the project (but externals).
Emmanuel Gil Peyrot
2015-05-29
1
-2
/
+2
*
CFG: Update the cfg service to be like other integrated services
purpasmart96
2015-05-16
1
-1
/
+138
*
Common: Remove common.h
Yuri Kunde Schlesner
2015-05-07
1
-0
/
+1
*
FileSys: De-inline Path members
Yuri Kunde Schlesner
2015-05-07
1
-0
/
+2
*
FileSys: Clean-up includes, de-inline destructors
Yuri Kunde Schlesner
2015-05-07
1
-2
/
+3
*
Services: Initialize all state variables at bootup.
bunnei
2015-05-02
1
-1
/
+1
*
Services/Loader: Use more sensible log formats for certain functions
purpasmart96
2015-04-28
1
-2
/
+2
*
Services: Stubs and minor changes
purpasmart96
2015-04-03
1
-2
/
+2
*
Merge pull request #589 from kevinhartman/config-errors
bunnei
2015-03-09
1
-5
/
+10
|
\
|
*
Fix error message for bad config block request.
Kevin Hartman
2015-02-21
1
-5
/
+10
*
|
Services: Moved the PTM and APT services to their own folder
Subv
2015-03-04
1
-2
/
+10
*
|
Archives: Properly implemented the SystemSaveData archive.
Subv
2015-02-26
1
-26
/
+38
|
/
*
Asserts: break/crash program, fit to style guide; log.h->assert.h
archshift
2015-02-11
1
-2
/
+1
*
Archives: Changed the way paths are built for the archives.
Subv
2015-01-04
1
-2
/
+2
*
CFG: Fixed some warnings and errors in Clang
Subv
2014-12-22
1
-3
/
+3
*
CFG: More style changes
Subv
2014-12-22
1
-5
/
+5
*
CFGU: Indentation
Subv
2014-12-21
1
-4
/
+3
*
CFG: Some indentation
Subv
2014-12-21
1
-11
/
+13
*
CFG: Changed the CreateConfigInfoBlk search loop
Subv
2014-12-21
1
-7
/
+4
*
CFG: Create a new subfolder cfg inside service to handle cfg
Subv
2014-12-21
1
-0
/
+204