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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update cryptopp
James
2017-08-08
1
-1
/
+1
*
ResultVal: Remove MoveFrom()
Yuri Kunde Schlesner
2017-06-19
1
-2
/
+2
*
Service: Remove unnecessary includes from service.h
Yuri Kunde Schlesner
2017-06-06
1
-0
/
+3
*
FileSys: Move all result description to errors.h
Yuri Kunde Schlesner
2017-05-25
1
-3
/
+3
*
result: Make error description a generic integer
Yuri Kunde Schlesner
2017-05-25
1
-2
/
+3
*
Create a random console_unique_id (#2668)
B3n30
2017-05-06
2
-5
/
+71
*
cfg: implement GenHashConsoleUnique
wwylele
2017-03-12
1
-7
/
+24
*
CFG: override language setting on boot
wwylele
2017-01-19
1
-36
/
+38
*
Fix some warnings (#2399)
Jonathan Hao
2017-01-04
1
-1
/
+0
*
Merge pull request #2240 from wwylele/auto-region
bunnei
2016-12-30
2
-2
/
+62
|
\
|
*
Config: auto-select region and language
wwylele
2016-12-07
2
-2
/
+62
*
|
service: Add cfg:nor service
Lioncash
2016-12-09
3
-0
/
+47
*
|
service: Drop '_Interface' from cfg service names
Lioncash
2016-12-09
7
-12
/
+12
*
|
cfg: Update function tables
Lioncash
2016-12-08
3
-0
/
+3
|
/
*
Merge pull request #2132 from wwylele/fix-fs-err
Sebastian Valle
2016-11-28
1
-4
/
+5
|
\
|
*
PTM & CFG: use the correct path and error code according to the new FileSys policy
wwylele
2016-11-19
1
-4
/
+5
*
|
cfg: add config block 0x00090000
wwylele
2016-11-17
1
-2
/
+8
|
/
*
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
2
-4
/
+1
*
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-19
5
-16
/
+18
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
5
-155
/
+190
*
Service::CFG/FS: add and refactor out utilities for front-end
wwylele
2016-07-03
2
-7
/
+124
*
Service::CFG: move known block ID to an enum
wwylele
2016-07-03
1
-11
/
+25
*
Service::CFG: add SetConfigInfoBlk4
wwylele
2016-07-03
4
-8
/
+73
*
Service::CFG: add missing language
wwylele
2016-07-02
1
-1
/
+2
*
Service::CFG: name sound output modes
wwylele
2016-07-02
2
-2
/
+7
*
Merge pull request #1692 from Subv/rm_getpointer2
bunnei
2016-05-30
1
-6
/
+10
|
\
|
*
CFG: Remove use of Memory::GetPointer
MerryMage
2016-05-21
1
-6
/
+10
*
|
clean up config block
wwylele
2016-05-03
1
-29
/
+13
|
/
*
remove duplicated function declaration
wwylele
2016-05-01
1
-13
/
+0
*
add config block 0x00170000
wwylele
2016-04-29
1
-0
/
+4
*
Add common methods to all cfg:* ports
Ryan Loebs
2016-03-29
3
-0
/
+21
*
HLE/FS: Corrected some style concerns.
Subv
2016-03-20
1
-0
/
+1
*
HLE/FS: Fixed creating the config savefile when it doesn't exist.
Subv
2016-03-20
1
-1
/
+1
*
HLE/FS: Implemented GetFormatInfo
Subv
2016-03-20
1
-1
/
+1
*
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
5
-5
/
+8
*
Service/CFG: Use a constexpr function for country initialization
Emmanuel Gil Peyrot
2015-09-30
1
-4
/
+3
*
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
2
-4
/
+4
*
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
*
Fix narrowing conversion warning
Yuri Kunde Schlesner
2015-09-14
1
-1
/
+1
*
Service/CFG: Move several private types from the header to the cpp
Yuri Kunde Schlesner
2015-09-14
2
-63
/
+49
*
Service/CFG: Clean up default block creation
Yuri Kunde Schlesner
2015-09-14
2
-27
/
+17
*
Services/CFG: Added some missing functions to cfg:s
Subv
2015-07-21
1
-1
/
+3
*
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
5
-337
/
+304
*
Common: Remove common.h
Yuri Kunde Schlesner
2015-05-07
2
-0
/
+3
*
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
2
-4
/
+4
*
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
7
-50
/
+43
*
|
Archives: Properly implemented the SystemSaveData archive.
Subv
2015-02-26
1
-26
/
+38
|
/
*
Build: Fixed some warnings
Subv
2015-02-12
1
-1
/
+1
*
Asserts: break/crash program, fit to style guide; log.h->assert.h
archshift
2015-02-11
4
-6
/
+2
*
Merge pull request #526 from purpasmart96/citra_stubs
bunnei
2015-02-11
1
-3
/
+63
|
\
|
*
Services: Stub some functions
purpasmart96
2015-02-08
1
-3
/
+63
*
|
Service: Clean-up Interface
Yuri Kunde Schlesner
2015-02-02
3
-3
/
+3
|
/
*
core: Fix a few docstrings
Lioncash
2015-01-20
1
-1
/
+1
*
Services: Added some missing services.
Subv
2015-01-13
2
-0
/
+121
*
Merge pull request #376 from Subv/arc_reorder
bunnei
2015-01-07
1
-2
/
+2
|
\
|
*
Archives: Changed the way paths are built for the archives.
Subv
2015-01-04
1
-2
/
+2
*
|
Services: Clean up a few things and add a few function names
purpasmart96
2015-01-06
1
-3
/
+3
|
/
*
More services & small clean ups
purpasmart96
2014-12-26
4
-49
/
+36
*
CFG: Fixed some warnings and errors in Clang
Subv
2014-12-22
2
-4
/
+4
*
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: Corrected the licenses in cfg_i.cpp and cfg_u.cpp
Subv
2014-12-21
2
-2
/
+2
*
CFG: Create a new subfolder cfg inside service to handle cfg
Subv
2014-12-21
6
-0
/
+709