summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/cfg (follow)
Commit message (Collapse)AuthorAgeFilesLines
* APT: load different shared font depending on the regionwwylele2017-09-032-1/+3
|
* Update cryptoppJames2017-08-081-1/+1
|
* ResultVal: Remove MoveFrom()Yuri Kunde Schlesner2017-06-191-2/+2
| | | | | Replace it with std::move(result_val).Unwrap(), or Foo().Unwrap() in case you already have an rvalue.
* Service: Remove unnecessary includes from service.hYuri Kunde Schlesner2017-06-061-0/+3
| | | | | This has a huge fallout in terms of needing to fix other files because all service implementations included that file.
* FileSys: Move all result description to errors.hYuri Kunde Schlesner2017-05-251-3/+3
|
* result: Make error description a generic integerYuri Kunde Schlesner2017-05-251-2/+3
| | | | | | | | | It is now known that result code description vary depending on the module, and so they're best defined on a per-module basis. To support this, allow passing in an arbitrary integer instead of limiting to the ones in the ErrorDescription enum. These will be gradually migrated to their individual users, but a few will be kept as "common" codes shared by all modules.
* Create a random console_unique_id (#2668)B3n302017-05-062-5/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Create a random console_id when config save_file is created Added button in system config to refresh the console unique id * Moved the connect for the button from .ui file to constructor of ConfigureSystem * Added warning and info dialog Fixup: Make use of qt5 style connects, renamed the refresh button, removed some duplicate code, changed random device and moved all to the generate function * Changed the random generator to reflect what a real 3DS stores as console unique id Fixup: Changed the warning message * Fixup: Set and Create * Fixup: Added console id label, therfore removed second message box * Fixup: fixed the endianess * Fixup: more endianness fixes * Fixup: Endianness the 3rd
* cfg: implement GenHashConsoleUniquewwylele2017-03-121-7/+24
|
* CFG: override language setting on bootwwylele2017-01-191-36/+38
|
* Fix some warnings (#2399)Jonathan Hao2017-01-041-1/+0
|
* Merge pull request #2240 from wwylele/auto-regionbunnei2016-12-302-2/+62
|\ | | | | Config: auto-select region and language
| * Config: auto-select region and languagewwylele2016-12-072-2/+62
| |
* | service: Add cfg:nor serviceLioncash2016-12-093-0/+47
| |
* | service: Drop '_Interface' from cfg service namesLioncash2016-12-097-12/+12
| |
* | cfg: Update function tablesLioncash2016-12-083-0/+3
|/ | | | Updated based off information from 3dbrew
* Merge pull request #2132 from wwylele/fix-fs-errSebastian Valle2016-11-281-4/+5
|\ | | | | Correct FS error codes & add path boundary checks
| * PTM & CFG: use the correct path and error code according to the new FileSys policywwylele2016-11-191-4/+5
| |
* | cfg: add config block 0x00090000wwylele2016-11-171-2/+8
|/
* Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner2016-09-214-4/+4
|
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-212-4/+1
| | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
* Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner2016-09-195-16/+18
|
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-185-155/+190
|
* Service::CFG/FS: add and refactor out utilities for front-endwwylele2016-07-032-7/+124
|
* Service::CFG: move known block ID to an enumwwylele2016-07-031-11/+25
|
* Service::CFG: add SetConfigInfoBlk4wwylele2016-07-034-8/+73
|
* Service::CFG: add missing languagewwylele2016-07-021-1/+2
|
* Service::CFG: name sound output modeswwylele2016-07-022-2/+7
|
* Merge pull request #1692 from Subv/rm_getpointer2bunnei2016-05-301-6/+10
|\ | | | | Memory: Remove most usages of GetPointer
| * CFG: Remove use of Memory::GetPointerMerryMage2016-05-211-6/+10
| |
* | clean up config blockwwylele2016-05-031-29/+13
|/
* remove duplicated function declarationwwylele2016-05-011-13/+0
|
* add config block 0x00170000wwylele2016-04-291-0/+4
|
* Add common methods to all cfg:* portsRyan Loebs2016-03-293-0/+21
|
* HLE/FS: Corrected some style concerns.Subv2016-03-201-0/+1
|
* HLE/FS: Fixed creating the config savefile when it doesn't exist.Subv2016-03-201-1/+1
| | | | This fixes a regression.
* HLE/FS: Implemented GetFormatInfoSubv2016-03-201-1/+1
| | | | Format information is currently only implemented for the ExtSaveData, SharedExtSaveData and SaveData archives, the information is stored in a file alongside the root folder of the archive.
* Service/CFG: Fix potential endianess issueYuri Kunde Schlesner2016-03-011-2/+3
|
* Service/CFG: Add block 0x000A0000 (username) to default config fileYuri Kunde Schlesner2016-03-011-1/+14
|
* BitField: Make trivially copyable and remove assignment operatorMerryMage2016-02-121-3/+3
|
* services: Get rid of unnecessary includesLioncash2016-02-025-5/+8
|
* Service/CFG: Use a constexpr function for country initializationEmmanuel Gil Peyrot2015-09-301-4/+3
| | | | This fixes a TODO left over from when we supported MSVC 2013.
* fix some xcode 7.0 warningsMartin Lindhe2015-09-291-1/+1
|
* general: Silence some warnings when using clangLioncash2015-09-162-4/+4
|
* Service/CFG: Add default entry for block 0x000A0001 (birthday)Yuri Kunde Schlesner2015-09-141-0/+6
|
* Service/CFG: Correct flags in 2 default blocksYuri Kunde Schlesner2015-09-141-2/+2
| | | | Verified against a 9.2.0-20 config save
* Service/CFG: Add additional blocks to default save dataYuri Kunde Schlesner2015-09-141-0/+34
| | | | These blocks are required by various games to boot.
* Fix narrowing conversion warningYuri Kunde Schlesner2015-09-141-1/+1
|
* Service/CFG: Move several private types from the header to the cppYuri Kunde Schlesner2015-09-142-63/+49
|
* Service/CFG: Clean up default block creationYuri Kunde Schlesner2015-09-142-27/+17
|
* Services/CFG: Added some missing functions to cfg:sSubv2015-07-211-1/+3
|
* Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot2015-05-291-2/+2
|
* CFG: Update the cfg service to be like other integrated servicespurpasmart962015-05-165-337/+304
|
* Common: Remove common.hYuri Kunde Schlesner2015-05-072-0/+3
|
* FileSys: De-inline Path membersYuri Kunde Schlesner2015-05-071-0/+2
|
* FileSys: Clean-up includes, de-inline destructorsYuri Kunde Schlesner2015-05-071-2/+3
|
* Services: Initialize all state variables at bootup.bunnei2015-05-021-1/+1
|
* Services/Loader: Use more sensible log formats for certain functionspurpasmart962015-04-281-2/+2
| | | | along with more info being logged.
* Services: Stubs and minor changespurpasmart962015-04-032-4/+4
|
* Merge pull request #589 from kevinhartman/config-errorsbunnei2015-03-091-5/+10
|\ | | | | Fix errorcodes for bad config block request
| * Fix error message for bad config block request.Kevin Hartman2015-02-211-5/+10
| |
* | Services: Moved the PTM and APT services to their own folderSubv2015-03-047-50/+43
| | | | | | | | | | | | This coincidentally fixes an issue about the PTM service failing to create its SharedExtSaveData archive due to the FS service not being initialized by the time the creating code runs. Ideally I'd like to move each process to its own folder, and have a single file per process that registers the service classes, which would be in their own files inside that folder. Then each service class would just call functions from the process to complete the commands.
* | Archives: Properly implemented the SystemSaveData archive.Subv2015-02-261-26/+38
|/ | | | Ported to the new factory pattern we have for archives.
* Build: Fixed some warningsSubv2015-02-121-1/+1
|
* Asserts: break/crash program, fit to style guide; log.h->assert.harchshift2015-02-114-6/+2
| | | | | | | Involves making asserts use printf instead of the log functions (log functions are asynchronous and, as such, the log won't be printed in time) As such, the log type argument was removed (printf obviously can't use it, and it's made obsolete by the file and line printing) Also removed some GEKKO cruft.
* Merge pull request #526 from purpasmart96/citra_stubsbunnei2015-02-111-3/+63
|\ | | | | Services: Stub some functions
| * Services: Stub some functionspurpasmart962015-02-081-3/+63
| |
* | Service: Clean-up InterfaceYuri Kunde Schlesner2015-02-023-3/+3
|/
* core: Fix a few docstringsLioncash2015-01-201-1/+1
|
* Services: Added some missing services.Subv2015-01-132-0/+121
| | | | | cfg:s, ptm:sysm, apt:s. apt:s is almost exactly the same as apt:u as per 3dbrew
* Merge pull request #376 from Subv/arc_reorderbunnei2015-01-071-2/+2
|\ | | | | Archives: Change the folder layout of some archives.
| * Archives: Changed the way paths are built for the archives.Subv2015-01-041-2/+2
| | | | | | | | Each archive now takes a mount point of either NAND or SDMC, and builds its own directory structure there, trying to simulate an HLE-friendly hardware layout
* | Services: Clean up a few things and add a few function namespurpasmart962015-01-061-3/+3
|/
* More services & small clean upspurpasmart962014-12-264-49/+36
|
* CFG: Fixed some warnings and errors in ClangSubv2014-12-222-4/+4
|
* CFG: More style changesSubv2014-12-221-5/+5
|
* CFGU: IndentationSubv2014-12-211-4/+3
|
* CFG: Some indentationSubv2014-12-211-11/+13
|
* CFG: Changed the CreateConfigInfoBlk search loopSubv2014-12-211-7/+4
|
* CFG: Corrected the licenses in cfg_i.cpp and cfg_u.cppSubv2014-12-212-2/+2
|
* CFG: Create a new subfolder cfg inside service to handle cfgSubv2014-12-216-0/+709
Moved most of the shared CFG code there, implemented a few CFG:I functions