| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-12-21 | CFG: Implemented the GetConfigInfoBlk2 function. | Subv | |
| Added a "config" file to the CFG process service (CFG:U), and added a few default blocks to it. Implemented GetSystemModel and GetModelNintendo2DS | |||
| 2014-12-21 | Merge pull request #291 from purpasmart96/license | bunnei | |
| License change | |||
| 2014-12-21 | Added CreateFile to the FS_USER service | archshift | |
| Tested with hwtests. | |||
| 2014-12-20 | License change | purpasmart96 | |
| 2014-12-20 | Common: Add a clone of std::make_unique | Yuri Kunde Schlesner | |
| 2014-12-19 | Merge pull request #306 from Subv/even_more_savedata | bunnei | |
| SaveData: Added some documentation to FormatSaveData | |||
| 2014-12-19 | FS_U: Added the command to the docs of SaveData functions | Subv | |
| 2014-12-18 | Merge pull request #302 from purpasmart96/flushshutup | bunnei | |
| GSP_GPU: Shut up FlushDataCache | |||
| 2014-12-18 | GSP_GPU: Shut up FlushDataCache | purpasmart96 | |
| 2014-12-18 | SystemSaveData: Fixed a typo that was segfaulting | Subv | |
| 2014-12-18 | SaveData: Added some documentation to FormatSaveData | Subv | |
| We still don't know what the other parameters do, but they appear to be very similar to those of FormatThisUserSaveData. Most likely FormatThisUserSaveData is just an alias for FormatSaveData with LowPathType Empty | |||
| 2014-12-17 | SaveData: Implemented the SystemSaveData archive. | Subv | |
| It will be stored in the /syssavedata folder. This archive is user by various Services and possibly games via the FS:U service. | |||
| 2014-12-17 | Filesystem/Archives: Implemented the SaveData archive | Subv | |
| The savedata for each game is stored in /savedata/<ProgramID> for NCCH files. ELF files and 3DSX files use the folder 0 because they have no ID information Got rid of the code duplication in File and Directory Files that deal with the host machine's file system now live in DiskFile, similarly for directories and DiskDirectory and archives with DiskArchive. FS_U: Use the correct error code when a file wasn't found | |||
| 2014-12-16 | Comment out empty arrays causing compile errors in MSVC | Yuri Kunde Schlesner | |
| 2014-12-15 | Merge pull request #283 from yuriks/archive-refactor | bunnei | |
| Archive refactor | |||
| 2014-12-16 | Work around libstdc++'s lack of support for std::hash on enums | Yuri Kunde Schlesner | |
| 2014-12-16 | FS.Archive: Clean up treatment of archives and their handles | Yuri Kunde Schlesner | |
| - Refactor FS::Archive internals to make Archive creation and lifetime management clearer. - Remove the "Archive as a File" hack. - Implement 64-bit Archive handles. | |||
| 2014-12-16 | Service.FS: Rename FileSys::File to FileBackend | Yuri Kunde Schlesner | |
| 2014-12-16 | Service.FS: Rename FileSys::Directory to DirectoryBackend | Yuri Kunde Schlesner | |
| 2014-12-16 | Service.FS: Rename FileSys::Archive to ArchiveBackend | Yuri Kunde Schlesner | |
| 2014-12-16 | Service.FS: Do archive registration using IdCode instead of name | Yuri Kunde Schlesner | |
| 2014-12-16 | HLE: Rename namespaces to match move & fix initialization order | Yuri Kunde Schlesner | |
| 2014-12-16 | HLE: Move kernel/archive.* to service/fs/ | Yuri Kunde Schlesner | |
| 2014-12-15 | Merge pull request #282 from archshift/services | bunnei | |
| Added stubs for ldr:ro, cecd:u, nim:aoc, and am:app services | |||
| 2014-12-15 | Added stub for nim:aoc service... | archshift | |
| 2014-12-15 | Added stub for cecd:u service... | archshift | |
| I couldn't find any information about this service... | |||
| 2014-12-15 | Added stub for ldr:ro service... | archshift | |
| 2014-12-15 | Added am:app service stub. | archshift | |
| Apparently nothing at all is known about this service... | |||
| 2014-12-15 | Remove SyncRequest from K::Object and create a new K::Session type | Yuri Kunde Schlesner | |
| This is a first step at fixing the conceptual insanity that is our handling of service and IPC calls. For now, interfaces still directly derived from Session because we don't have the infrastructure to do it properly. (That is, Processes and scheduling them.) | |||
| 2014-12-13 | Convert old logging calls to new logging macros | Yuri Kunde Schlesner | |
| 2014-12-12 | Merge pull request #267 from bunnei/apt-shared-font | bunnei | |
| APT shared font loading | |||
| 2014-12-12 | APT_U: Added GetSharedFont service function. | bunnei | |
| 2014-12-12 | DSP: Added stub for ReadPipeIfPossible. | bunnei | |
| 2014-12-10 | CFG:U: Store country codes as u16 instead of char pointers, and return the ↵ | Emmanuel Gil Peyrot | |
| correct error in GetCountryCodeID. | |||
| 2014-12-09 | GSP: Trigger GPU interrupts at more accurate locations. | bunnei | |
| 2014-12-09 | GSP: Updated TriggerCmdReqQueue to return success code. | bunnei | |
| 2014-12-09 | GSP: Updated RegisterInterruptRelayQueue to return expected magic number. | bunnei | |
| 2014-12-09 | GPU: Fixed bug in command list size decoding. | bunnei | |
| 2014-12-08 | Merge pull request #217 from archshift/cmd_buff | bunnei | |
| Log the cmd_buff arguments when citra comes across an unimplemented function | |||
| 2014-12-04 | Merge pull request #222 from archshift/renamexyz | bunnei | |
| Implemented RenameFile and RenameDirectory in FS:USER | |||
| 2014-12-03 | Updated archive.cpp functions for proper error handling | archshift | |
| 2014-12-03 | Merge pull request #247 from lioncash/const | bunnei | |
| hid_user: Pass by reference with PadButtonPress/PadButtonRelease | |||
| 2014-12-03 | Merge pull request #238 from archshift/dsp | bunnei | |
| Add stub for ConvertProcessFromDspDram | |||
| 2014-12-03 | Add stub for ConvertProcessFromDspDram | archshift | |
| Should theoretically push retail stuff further along | |||
| 2014-12-03 | hid_user: Pass by reference with PadButtonPress/PadButtonRelease | Lioncash | |
| 2014-12-03 | PTM_U: Added a stub for GetBatteryLevel & GetBatteryChargeState & ↵ | purpasmart96 | |
| GetAdapterState | |||
| 2014-12-03 | Merge pull request #231 from purpasmart96/serv_ac_wifi_status | bunnei | |
| AC_U: Added a stub for GetWifiStatus | |||
| 2014-12-03 | Merge pull request #219 from Subv/ptm | bunnei | |
| PTM_U: Implemented the GetShellState function. | |||
| 2014-12-02 | AC_U: Added a stub for GetWifiStatus | purpasmart96 | |
| 2014-11-30 | Merge pull request #224 from bunnei/dsp-service-improvements | bunnei | |
| Dsp service improvements | |||
