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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-10-13
Remove lots more 3DS-specific code.
bunnei
10
-1332
/
+0
2017-09-30
Fixed type conversion ambiguity
Huw Pascoe
1
-1
/
+1
2017-09-03
APT: load different shared font depending on the region
wwylele
2
-1
/
+3
2017-08-08
Update cryptopp
James
1
-1
/
+1
2017-06-19
ResultVal: Remove MoveFrom()
Yuri Kunde Schlesner
1
-2
/
+2
2017-06-06
Service: Remove unnecessary includes from service.h
Yuri Kunde Schlesner
1
-0
/
+3
2017-05-25
FileSys: Move all result description to errors.h
Yuri Kunde Schlesner
1
-3
/
+3
2017-05-25
result: Make error description a generic integer
Yuri Kunde Schlesner
1
-2
/
+3
2017-05-06
Create a random console_unique_id (#2668)
B3n30
2
-5
/
+71
2017-03-12
cfg: implement GenHashConsoleUnique
wwylele
1
-7
/
+24
2017-01-19
CFG: override language setting on boot
wwylele
1
-36
/
+38
2017-01-04
Fix some warnings (#2399)
Jonathan Hao
1
-1
/
+0
2016-12-09
service: Add cfg:nor service
Lioncash
3
-0
/
+47
2016-12-09
service: Drop '_Interface' from cfg service names
Lioncash
7
-12
/
+12
2016-12-08
cfg: Update function tables
Lioncash
3
-0
/
+3
2016-12-07
Config: auto-select region and language
wwylele
2
-2
/
+62
2016-11-19
PTM & CFG: use the correct path and error code according to the new FileSys policy
wwylele
1
-4
/
+5
2016-11-17
cfg: add config block 0x00090000
wwylele
1
-2
/
+8
2016-09-21
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
4
-4
/
+4
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2
-4
/
+1
2016-09-19
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
5
-16
/
+18
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
5
-155
/
+190
2016-07-03
Service::CFG/FS: add and refactor out utilities for front-end
wwylele
2
-7
/
+124
2016-07-03
Service::CFG: move known block ID to an enum
wwylele
1
-11
/
+25
2016-07-03
Service::CFG: add SetConfigInfoBlk4
wwylele
4
-8
/
+73
2016-07-02
Service::CFG: add missing language
wwylele
1
-1
/
+2
2016-07-02
Service::CFG: name sound output modes
wwylele
2
-2
/
+7
2016-05-21
CFG: Remove use of Memory::GetPointer
MerryMage
1
-6
/
+10
2016-05-03
clean up config block
wwylele
1
-29
/
+13
2016-05-01
remove duplicated function declaration
wwylele
1
-13
/
+0
2016-04-29
add config block 0x00170000
wwylele
1
-0
/
+4
2016-03-29
Add common methods to all cfg:* ports
Ryan Loebs
3
-0
/
+21
2016-03-20
HLE/FS: Corrected some style concerns.
Subv
1
-0
/
+1
2016-03-20
HLE/FS: Fixed creating the config savefile when it doesn't exist.
Subv
1
-1
/
+1
2016-03-20
HLE/FS: Implemented GetFormatInfo
Subv
1
-1
/
+1
2016-03-01
Service/CFG: Fix potential endianess issue
Yuri Kunde Schlesner
1
-2
/
+3
2016-03-01
Service/CFG: Add block 0x000A0000 (username) to default config file
Yuri Kunde Schlesner
1
-1
/
+14
2016-02-12
BitField: Make trivially copyable and remove assignment operator
MerryMage
1
-3
/
+3
2016-02-02
services: Get rid of unnecessary includes
Lioncash
5
-5
/
+8
2015-09-30
Service/CFG: Use a constexpr function for country initialization
Emmanuel Gil Peyrot
1
-4
/
+3
2015-09-29
fix some xcode 7.0 warnings
Martin Lindhe
1
-1
/
+1
2015-09-16
general: Silence some warnings when using clang
Lioncash
2
-4
/
+4
2015-09-14
Service/CFG: Add default entry for block 0x000A0001 (birthday)
Yuri Kunde Schlesner
1
-0
/
+6
2015-09-14
Service/CFG: Correct flags in 2 default blocks
Yuri Kunde Schlesner
1
-2
/
+2
2015-09-14
Service/CFG: Add additional blocks to default save data
Yuri Kunde Schlesner
1
-0
/
+34
2015-09-14
Fix narrowing conversion warning
Yuri Kunde Schlesner
1
-1
/
+1
2015-09-14
Service/CFG: Move several private types from the header to the cpp
Yuri Kunde Schlesner
2
-63
/
+49
2015-09-14
Service/CFG: Clean up default block creation
Yuri Kunde Schlesner
2
-27
/
+17
2015-07-21
Services/CFG: Added some missing functions to cfg:s
Subv
1
-1
/
+3
2015-05-29
Remove every trailing whitespace from the project (but externals).
Emmanuel Gil Peyrot
1
-2
/
+2
2015-05-16
CFG: Update the cfg service to be like other integrated services
purpasmart96
5
-337
/
+304
2015-05-07
Common: Remove common.h
Yuri Kunde Schlesner
2
-0
/
+3
2015-05-07
FileSys: De-inline Path members
Yuri Kunde Schlesner
1
-0
/
+2
2015-05-07
FileSys: Clean-up includes, de-inline destructors
Yuri Kunde Schlesner
1
-2
/
+3
2015-05-02
Services: Initialize all state variables at bootup.
bunnei
1
-1
/
+1
2015-04-28
Services/Loader: Use more sensible log formats for certain functions
purpasmart96
1
-2
/
+2
2015-04-03
Services: Stubs and minor changes
purpasmart96
2
-4
/
+4
2015-03-04
Services: Moved the PTM and APT services to their own folder
Subv
7
-50
/
+43
2015-02-26
Archives: Properly implemented the SystemSaveData archive.
Subv
1
-26
/
+38
2015-02-21
Fix error message for bad config block request.
Kevin Hartman
1
-5
/
+10
2015-02-12
Build: Fixed some warnings
Subv
1
-1
/
+1
2015-02-11
Asserts: break/crash program, fit to style guide; log.h->assert.h
archshift
4
-6
/
+2
2015-02-08
Services: Stub some functions
purpasmart96
1
-3
/
+63
2015-02-02
Service: Clean-up Interface
Yuri Kunde Schlesner
3
-3
/
+3
2015-01-20
core: Fix a few docstrings
Lioncash
1
-1
/
+1
2015-01-13
Services: Added some missing services.
Subv
2
-0
/
+121
2015-01-06
Services: Clean up a few things and add a few function names
purpasmart96
1
-3
/
+3
2015-01-04
Archives: Changed the way paths are built for the archives.
Subv
1
-2
/
+2
2014-12-26
More services & small clean ups
purpasmart96
4
-49
/
+36
2014-12-22
CFG: Fixed some warnings and errors in Clang
Subv
2
-4
/
+4
2014-12-22
CFG: More style changes
Subv
1
-5
/
+5
2014-12-21
CFGU: Indentation
Subv
1
-4
/
+3
2014-12-21
CFG: Some indentation
Subv
1
-11
/
+13
2014-12-21
CFG: Changed the CreateConfigInfoBlk search loop
Subv
1
-7
/
+4
2014-12-21
CFG: Corrected the licenses in cfg_i.cpp and cfg_u.cpp
Subv
2
-2
/
+2
2014-12-21
CFG: Create a new subfolder cfg inside service to handle cfg
Subv
6
-0
/
+709