| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-10-12 | Remove lots more 3DS-specific code. | bunnei | |
| 2017-09-30 | Fixed type conversion ambiguity | Huw Pascoe | |
| 2017-09-03 | APT: load different shared font depending on the region | wwylele | |
| 2017-08-08 | Update cryptopp | James | |
| 2017-06-18 | ResultVal: Remove MoveFrom() | Yuri Kunde Schlesner | |
| Replace it with std::move(result_val).Unwrap(), or Foo().Unwrap() in case you already have an rvalue. | |||
| 2017-06-06 | Service: Remove unnecessary includes from service.h | Yuri Kunde Schlesner | |
| This has a huge fallout in terms of needing to fix other files because all service implementations included that file. | |||
| 2017-05-24 | FileSys: Move all result description to errors.h | Yuri Kunde Schlesner | |
| 2017-05-24 | result: Make error description a generic integer | Yuri Kunde Schlesner | |
| 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. | |||
| 2017-05-05 | Create a random console_unique_id (#2668) | B3n30 | |
| * 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 | |||
| 2017-03-12 | cfg: implement GenHashConsoleUnique | wwylele | |
| 2017-01-19 | CFG: override language setting on boot | wwylele | |
| 2017-01-04 | Fix some warnings (#2399) | Jonathan Hao | |
| 2016-12-29 | Merge pull request #2240 from wwylele/auto-region | bunnei | |
| Config: auto-select region and language | |||
| 2016-12-09 | service: Add cfg:nor service | Lioncash | |
| 2016-12-09 | service: Drop '_Interface' from cfg service names | Lioncash | |
| 2016-12-08 | cfg: Update function tables | Lioncash | |
| Updated based off information from 3dbrew | |||
| 2016-12-07 | Config: auto-select region and language | wwylele | |
| 2016-11-27 | Merge pull request #2132 from wwylele/fix-fs-err | Sebastian Valle | |
| Correct FS error codes & add path boundary checks | |||
| 2016-11-19 | PTM & CFG: use the correct path and error code according to the new FileSys ↵ | wwylele | |
| policy | |||
| 2016-11-17 | cfg: add config block 0x00090000 | wwylele | |
| 2016-09-21 | Use negative priorities to avoid special-casing the self-include | Yuri Kunde Schlesner | |
| 2016-09-21 | Remove empty newlines in #include blocks. | Emmanuel Gil Peyrot | |
| This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation. | |||
| 2016-09-18 | Manually tweak source formatting and then re-run clang-format | Yuri Kunde Schlesner | |
| 2016-09-18 | Sources: Run clang-format on everything. | Emmanuel Gil Peyrot | |
| 2016-07-03 | Service::CFG/FS: add and refactor out utilities for front-end | wwylele | |
| 2016-07-03 | Service::CFG: move known block ID to an enum | wwylele | |
| 2016-07-03 | Service::CFG: add SetConfigInfoBlk4 | wwylele | |
| 2016-07-02 | Service::CFG: add missing language | wwylele | |
| 2016-07-02 | Service::CFG: name sound output modes | wwylele | |
| 2016-05-29 | Merge pull request #1692 from Subv/rm_getpointer2 | bunnei | |
| Memory: Remove most usages of GetPointer | |||
| 2016-05-21 | CFG: Remove use of Memory::GetPointer | MerryMage | |
| 2016-05-03 | clean up config block | wwylele | |
| 2016-05-01 | remove duplicated function declaration | wwylele | |
| 2016-04-29 | add config block 0x00170000 | wwylele | |
| 2016-03-28 | Add common methods to all cfg:* ports | Ryan Loebs | |
| 2016-03-20 | HLE/FS: Corrected some style concerns. | Subv | |
| 2016-03-20 | HLE/FS: Fixed creating the config savefile when it doesn't exist. | Subv | |
| This fixes a regression. | |||
| 2016-03-20 | HLE/FS: Implemented GetFormatInfo | Subv | |
| 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. | |||
| 2016-02-29 | Service/CFG: Fix potential endianess issue | Yuri Kunde Schlesner | |
| 2016-02-29 | Service/CFG: Add block 0x000A0000 (username) to default config file | Yuri Kunde Schlesner | |
| 2016-02-12 | BitField: Make trivially copyable and remove assignment operator | MerryMage | |
| 2016-02-02 | services: Get rid of unnecessary includes | Lioncash | |
| 2015-09-30 | Service/CFG: Use a constexpr function for country initialization | Emmanuel Gil Peyrot | |
| This fixes a TODO left over from when we supported MSVC 2013. | |||
| 2015-09-29 | fix some xcode 7.0 warnings | Martin Lindhe | |
| 2015-09-16 | general: Silence some warnings when using clang | Lioncash | |
| 2015-09-14 | Service/CFG: Add default entry for block 0x000A0001 (birthday) | Yuri Kunde Schlesner | |
| 2015-09-14 | Service/CFG: Correct flags in 2 default blocks | Yuri Kunde Schlesner | |
| Verified against a 9.2.0-20 config save | |||
| 2015-09-14 | Service/CFG: Add additional blocks to default save data | Yuri Kunde Schlesner | |
| These blocks are required by various games to boot. | |||
| 2015-09-14 | Fix narrowing conversion warning | Yuri Kunde Schlesner | |
| 2015-09-14 | Service/CFG: Move several private types from the header to the cpp | Yuri Kunde Schlesner | |
