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_u.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
CFGU: Addressed some comments.
Subv
2014-12-21
1
-11
/
+13
*
Style: Addressed some comments
Subv
2014-12-21
1
-4
/
+5
*
CFG_U: Use Common::make_unique instead of the std version
Subv
2014-12-21
1
-1
/
+2
*
CFG:U: Implemented some more blocks
Subv
2014-12-21
1
-4
/
+30
*
CFG: Implemented block 0x00070001 in the config savefile
Subv
2014-12-21
1
-0
/
+5
*
CFGU: Use an absolute offset in the config savefile blocks
Subv
2014-12-21
1
-1
/
+3
*
CFG: Load the Config savedata file if it already exists.
Subv
2014-12-21
1
-3
/
+4
*
CFGU: Added block 0x000A0002 to the default savegame file
Subv
2014-12-21
1
-0
/
+18
*
CFG: Refactored how the config file works.
Subv
2014-12-21
1
-55
/
+126
*
CFG:U: Add some data to the 0x00050005 config block.
Subv
2014-12-21
1
-6
/
+11
*
CFG: Implemented the GetConfigInfoBlk2 function.
Subv
2014-12-21
1
-3
/
+188
*
License change
purpasmart96
2014-12-21
1
-1
/
+1
*
Remove SyncRequest from K::Object and create a new K::Session type
Yuri Kunde Schlesner
2014-12-15
1
-2
/
+2
*
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
2014-12-13
1
-3
/
+3
*
CFG:U: Store country codes as u16 instead of char pointers, and return the correct error in GetCountryCodeID.
Emmanuel Gil Peyrot
2014-12-10
1
-44
/
+48
*
CFG:U: Implemented the GetCountryCodeID and GetCountryCodeString.
Subv
2014-11-30
1
-2
/
+86
*
Added a bunch of services
purpasmart96
2014-11-01
1
-0
/
+36