Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-08-01 | Allow key loading from %YUZU_DIR%/keys in addition to ~/.switch | Zach Hilman | 1 | -0/+1 | |
2018-07-21 | file_util: Use an enum class for GetUserPath() | Lioncash | 1 | -3/+3 | |
Instead of using an unsigned int as a parameter and expecting a user to always pass in the correct values, we can just convert the enum into an enum class and use that type as the parameter type instead, which makes the interface more type safe. We also get rid of the bookkeeping "NUM_" element in the enum by just using an unordered map. This function is generally low-frequency in terms of calls (and I'd hope so, considering otherwise would mean we're slamming the disk with IO all the time) so I'd consider this acceptable in this case. | |||||
2018-07-06 | Remove some references to Citra | fearlessTobi | 1 | -1/+1 | |
2018-07-03 | Add configurable logging backends | James Rowe | 1 | -0/+3 | |
2018-01-13 | Removing unused settings and yuzu rebranding | James Rowe | 1 | -5/+1 | |
2017-02-21 | HW: add AES engine & implement AES-CCM | wwylele | 1 | -0/+1 | |
2016-12-22 | file_util: Remove unused paths. | bunnei | 1 | -18/+0 | |
2016-11-26 | Move to AppData/Roaming/Citra/ | freiro | 1 | -1/+1 | |
2016-09-18 | Sources: Run clang-format on everything. | Emmanuel Gil Peyrot | 1 | -27/+27 | |
2015-05-07 | Common: Remove common.h | Yuri Kunde Schlesner | 1 | -3/+0 | |
2015-03-16 | Common: Fix logic for setting EMU_DATA_DIR. | Emmanuel Gil Peyrot | 1 | -6/+5 | |
2015-02-25 | Common: Switch to the XDG Base Directory Specification for directory selection. | Emmanuel Gil Peyrot | 1 | -1/+1 | |
This allows for easily movable and independent configuration and data directories, using standardized paths. | |||||
2015-01-04 | Archives: Changed the way paths are built for the archives. | Subv | 1 | -5/+1 | |
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 | |||||
2015-01-04 | SaveDataCheck: Move the files to nand/title | Subv | 1 | -1/+1 | |
under /nand/title/high/low/content/00000000.app.romfs | |||||
2015-01-03 | Archives: Change the folder layout of some archives. | Subv | 1 | -20/+21 | |
This is to better represent the hardware layout, they are still aren't quite accurate, but this better and will help a bit when implementing the other archives like NAND-RO and NAND-RW | |||||
2015-01-03 | Archives: Reduced duplicate code in RomFS and SaveCheck. | Subv | 1 | -0/+1 | |
Fixed a few warnings and cleaned up the code | |||||
2014-12-30 | Archives: Implemented ExtSaveData and SharedExtSaveData | Subv | 1 | -0/+1 | |
They will be stored in /extsavedata/SDMC and /extsavedata/NAND respectively. Also redirect some APT_A functions to their APT_U equivalents. Implemented the gamecoin.dat file in SharedExtSaveData in the PTM module. Implemented formatting the savegame. Retake a previous savegame if it exists instead of reporting them as not formatted every time a game is loaded. | |||||
2014-12-21 | License change | purpasmart96 | 1 | -2/+2 | |
2014-12-18 | SaveData: Implemented the SystemSaveData archive. | Subv | 1 | -0/+1 | |
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-18 | Filesystem/Archives: Implemented the SaveData archive | Subv | 1 | -0/+1 | |
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-13 | APT_U: Added GetSharedFont service function. | bunnei | 1 | -0/+3 | |
2014-12-12 | Common: Add "sysdata" to GetUserPath and cleanup. | bunnei | 1 | -13/+1 | |
2014-10-08 | Added configuration file system. | archshift | 1 | -22/+22 | |
Uses QSettings on citra-qt, and inih on citra-cli. | |||||
2014-09-21 | Use the citra user path for the sdmc directory | archshift | 1 | -0/+1 | |
2014-08-17 | Common: Move header guards over to pragma once | Lioncash | 1 | -4/+1 | |
Also replaced C headers with the C++ equivalent ones | |||||
2014-04-09 | fixed project includes to use new directory structure | bunnei | 1 | -1/+1 | |
2014-04-09 | got rid of 'src' folders in each sub-project | bunnei | 1 | -0/+0 | |
2014-04-02 | convert tabs to spaces | bunnei | 1 | -36/+36 | |
2013-09-26 | renamed from citrus to citra | ShizZy | 1 | -1/+1 | |
2013-09-14 | renamed project to 'citrus' | ShizZy | 1 | -1/+1 | |
2013-09-09 | removed unneeded dolphin paths code, fixed linker problems with common.lib | ShizZy | 1 | -2/+8 | |
2013-09-08 | updated common paths | ShizZy | 1 | -4/+6 | |
2013-09-05 | replaced common code with dolphin common | ShizZy | 1 | -0/+71 | |