aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service
Commit message (Expand)AuthorAge
* Rename ObjectPool to HandleTableGravatar Yuri Kunde Schlesner2014-12-28
* Merge pull request #330 from purpasmart96/new_srvGravatar bunnei2014-12-25
|\
| * More services & small clean upsGravatar purpasmart962014-12-25
* | Stubbed IsSdmcWriteable to always return writeable.Gravatar archshift2014-12-23
* | Merge pull request #322 from chinhodado/masterGravatar bunnei2014-12-22
|\ \ | |/ |/|
* | CFG: Fixed some warnings and errors in ClangGravatar Subv2014-12-21
* | CFG: More style changesGravatar Subv2014-12-21
* | CFGU: IndentationGravatar Subv2014-12-21
* | CFG: Some indentationGravatar Subv2014-12-21
* | CFG: Changed the CreateConfigInfoBlk search loopGravatar Subv2014-12-21
* | CFG: Corrected the licenses in cfg_i.cpp and cfg_u.cppGravatar Subv2014-12-21
* | CFG: Create a new subfolder cfg inside service to handle cfgGravatar Subv2014-12-21
* | CFGU: Some changesGravatar Subv2014-12-21
* | CFGU: Addressed some issues.Gravatar Subv2014-12-21
* | CFGU: Addressed some comments.Gravatar Subv2014-12-21
* | Style: Addressed some commentsGravatar Subv2014-12-21
* | CFG_U: Use Common::make_unique instead of the std versionGravatar Subv2014-12-21
* | CFG:U: Implemented some more blocksGravatar Subv2014-12-21
* | CFG: Implemented block 0x00070001 in the config savefileGravatar Subv2014-12-21
* | CFGU: Use an absolute offset in the config savefile blocksGravatar Subv2014-12-21
* | CFG: Load the Config savedata file if it already exists.Gravatar Subv2014-12-21
* | CFGU: Added block 0x000A0002 to the default savegame fileGravatar Subv2014-12-21
* | CFG: Refactored how the config file works.Gravatar Subv2014-12-21
* | CFG:U: Add some data to the 0x00050005 config block.Gravatar Subv2014-12-21
* | CFG: Implemented the GetConfigInfoBlk2 function.Gravatar Subv2014-12-21
* | Merge pull request #291 from purpasmart96/licenseGravatar bunnei2014-12-21
|\ \
| | * More warning cleanupsGravatar Chin2014-12-21
* | | Added CreateFile to the FS_USER serviceGravatar archshift2014-12-21
| |/ |/|
| * License changeGravatar purpasmart962014-12-20
* | Common: Add a clone of std::make_uniqueGravatar Yuri Kunde Schlesner2014-12-20
* | Merge pull request #306 from Subv/even_more_savedataGravatar bunnei2014-12-19
|\ \
| * | FS_U: Added the command to the docs of SaveData functionsGravatar Subv2014-12-19
* | | Merge pull request #302 from purpasmart96/flushshutupGravatar bunnei2014-12-18
|\ \ \ | |_|/ |/| |
| * | GSP_GPU: Shut up FlushDataCacheGravatar purpasmart962014-12-18
* | | SystemSaveData: Fixed a typo that was segfaultingGravatar Subv2014-12-18
| | * SaveData: Added some documentation to FormatSaveDataGravatar Subv2014-12-18
| |/
* / SaveData: Implemented the SystemSaveData archive.Gravatar Subv2014-12-17
|/
* Filesystem/Archives: Implemented the SaveData archiveGravatar Subv2014-12-17
* Comment out empty arrays causing compile errors in MSVCGravatar Yuri Kunde Schlesner2014-12-16
* Merge pull request #283 from yuriks/archive-refactorGravatar bunnei2014-12-15
|\
| * Work around libstdc++'s lack of support for std::hash on enumsGravatar Yuri Kunde Schlesner2014-12-16
| * FS.Archive: Clean up treatment of archives and their handlesGravatar Yuri Kunde Schlesner2014-12-16
| * Service.FS: Rename FileSys::File to FileBackendGravatar Yuri Kunde Schlesner2014-12-16
| * Service.FS: Rename FileSys::Directory to DirectoryBackendGravatar Yuri Kunde Schlesner2014-12-16
| * Service.FS: Rename FileSys::Archive to ArchiveBackendGravatar Yuri Kunde Schlesner2014-12-16
| * Service.FS: Do archive registration using IdCode instead of nameGravatar Yuri Kunde Schlesner2014-12-16
| * HLE: Rename namespaces to match move & fix initialization orderGravatar Yuri Kunde Schlesner2014-12-16
| * HLE: Move kernel/archive.* to service/fs/Gravatar Yuri Kunde Schlesner2014-12-16
* | Merge pull request #282 from archshift/servicesGravatar bunnei2014-12-15
|\ \ | |/ |/|
| * Added stub for nim:aoc service...Gravatar archshift2014-12-15