Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-21 | Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxx | archshift | |
2015-01-10 | Logging: Log all called service functions (under trace). Compile out all ↵ | archshift | |
trace logs under release for performance. | |||
2015-01-07 | Merge pull request #431 from yuriks/thread-queue-cleanup | bunnei | |
Common: Clean up ThreadQueueList | |||
2015-01-07 | Common: Clean up ThreadQueueList | Yuri Kunde Schlesner | |
Replace all the C-style complicated buffer management with a std::deque. In addition to making the code easier to understand it also adds support for non-POD IdTypes. Also clean the rest of the code to follow our code style. | |||
2015-01-07 | Merge pull request #425 from Subv/coretiming | bunnei | |
Ported the CoreTiming namespace from PPSSPP | |||
2015-01-07 | CoreTiming: Ported the CoreTiming namespace from PPSSPP | Subv | |
Implemented the required calls to make it work. CoreTiming: Added a new logging class Core_Timing. | |||
2015-01-06 | Merge pull request #421 from linkmauve/remove-dead-platforms | bunnei | |
Remove dead platform #ifdefs to make the code more readable. | |||
2015-01-06 | Merge pull request #376 from Subv/arc_reorder | bunnei | |
Archives: Change the folder layout of some archives. | |||
2015-01-06 | Common: Remove dead platform #ifdefs to make the code more readable. | Emmanuel Gil Peyrot | |
Symbian, Xbox, Blackberry and iOS got removed. FreeBSD and Android kept due to them potentially being able to run Citra in the future. The iOS specific part also got removed from PPSSPP in order to fix a bug there. | |||
2015-01-05 | Common: Use std::abs instead of abs, using abs with cmath fails on some systems. | Emmanuel Gil Peyrot | |
2015-01-05 | Common: Remove the unused x86-specific 128-bit float type. | Emmanuel Gil Peyrot | |
2015-01-03 | Archives: Changed the way paths are built for the archives. | Subv | |
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-03 | SaveDataCheck: Move the files to nand/title | Subv | |
under /nand/title/high/low/content/00000000.app.romfs | |||
2015-01-02 | Archives: Change the folder layout of some archives. | Subv | |
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-02 | Archives: Reduced duplicate code in RomFS and SaveCheck. | Subv | |
Fixed a few warnings and cleaned up the code | |||
2014-12-31 | SOC_U: Preliminary implementation of sockets. | Subv | |
Stubbed CreateMemoryBlock Using Berkeley sockets, and Winsock2.2 on Windows. So far ftpony creates the socket and accepts incoming connections SOC_U: Renamed functions to maintain consistency Also prevents possible scope errors / conflicts with the actual Berkeley socket functions SOCU: Close all the opened sockets when cleaning up SOCU | |||
2014-12-30 | Merge pull request #369 from darkf/mingw_ | bunnei | |
Fix MinGW build (2) | |||
2014-12-29 | Fix MSVC-related #defines and add CMakeLists comment | darkf | |
2014-12-29 | Fix merge conflicts | darkf | |
2014-12-29 | Archives: Implemented ExtSaveData and SharedExtSaveData | Subv | |
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-22 | Merge pull request #322 from chinhodado/master | bunnei | |
More warning cleanups | |||
2014-12-21 | Merge pull request #291 from purpasmart96/license | bunnei | |
License change | |||
2014-12-21 | More warning cleanups | Chin | |
2014-12-20 | License change | purpasmart96 | |
2014-12-20 | BitField: Add an explicit Assign method. | Tony Wasserka | |
This is useful when doing crazy stuff like inheriting from BitField. | |||
2014-12-20 | Common: Add a clone of std::make_unique | Yuri Kunde Schlesner | |
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-14 | Restore the original console color after logging a message. | Yuri Kunde Schlesner | |
Fixes #277 | |||
2014-12-13 | Remove old logging system | Yuri Kunde Schlesner | |
2014-12-13 | Add configurable per-class log filtering | Yuri Kunde Schlesner | |
2014-12-13 | Convert old logging calls to new logging macros | Yuri Kunde Schlesner | |
2014-12-13 | Implement text path trimming for shorter paths. | Yuri Kunde Schlesner | |
2014-12-13 | Re-add coloring to the console logging output. | Yuri Kunde Schlesner | |
2014-12-13 | New logging system | Yuri Kunde Schlesner | |
2014-12-13 | Add SCOPE_EXIT macro to conveniently execute cleanup actions | Yuri Kunde Schlesner | |
2014-12-13 | Added missing include in common_funcs.h | Yuri Kunde Schlesner | |
2014-12-13 | Remove redundant include from common_funcs.h | 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 | Merge pull request #261 from neobrain/boost | Tony Wasserka | |
Add Boost as a submodule and add some minor cleanups using Boost.Range | |||
2014-12-12 | Common: Add "sysdata" to GetUserPath and cleanup. | bunnei | |
2014-12-09 | Explicitly specify LE strings to iconv, fixes paths in Steel Diver | archshift | |
2014-12-09 | Remove unused NDMA module | Yuri Kunde Schlesner | |
2014-12-09 | Some code cleanup. | Tony Wasserka | |
2014-12-09 | Fix some headers to include their dependencies properly. | Tony Wasserka | |
2014-12-07 | StringUtil: Perform some minimal cleanup. | Tony Wasserka | |
2014-12-03 | Change NULLs to nullptrs. | Rohit Nirmal | |
2014-11-28 | Fix MinGW build | darkf | |
2014-11-25 | Remove unused includes to common/thread.h | Emmanuel Gil Peyrot | |