95 Commits (0906de9a14b735d1d409290ca050eb7d2c2d3d84)

Author SHA1 Message Date
Huw Pascoe a13ab958cb Fixed type conversion ambiguity 8 years ago
Subv 774e7deae8 HLE/Archives: Allow multiple loaded applications to access their SelfNCCH archive independently. 8 years ago
Yuri Kunde Schlesner 723dc644fa ResultVal: Remove MoveFrom() 9 years ago
Yuri Kunde Schlesner d96a9e0c11 Service: Remove unnecessary includes from service.h 9 years ago
Yuri Kunde Schlesner 6354d08359 Kernel: Add a dedicated SetHleHandler method to ServerPort/ServerSession 9 years ago
Yuri Kunde Schlesner e626a520ca HLE: Move SessionRequestHandler from Service:: to Kernel:: 9 years ago
TheKoopaKingdom f008b22e3b Addressed Bunnei's review comments, and made some other tweaks: 9 years ago
TheKoopaKingdom 59de38b965 Switched to the ERROR_NOT_FOUND constant from errors.h. 9 years ago
TheKoopaKingdom 37bec598ea Made some changes from review comments: 9 years ago
Yuri Kunde Schlesner a5810d61da FS: Remove unused result definition 9 years ago
Yuri Kunde Schlesner 92be29adba FileSys: Move all result description to errors.h 9 years ago
bunnei 4fc8b8229e core: Remove HLE module, consolidate code & various cleanups. 9 years ago
wwylele a7cd452ea1 FS: fix debug build from #2249 9 years ago
Subv 016307ae65 Fixed the codestyle to match our clang-format rules. 9 years ago
Subv ebbb55ec8f Moved the HLE command buffer translation task to ServerSession instead of the HLE handler superclass. 9 years ago
Subv 386112da32 Added a framework for partially handling Session disconnections. 9 years ago
Subv 00f0c77570 Split SessionRequestHandler::HandleSyncRequest into HandleSyncRequest, TranslateRequest and HandleSyncRequestImpl. 9 years ago
Subv 2eceee3a4c Fixed the rebase mistakes. 9 years ago
Subv 009b15b3aa A bit of a redesign. 9 years ago
Subv 073653e858 Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inter Process Communication. 10 years ago
wwylele 589b642790 FileSys: Implement OtherSaveData 9 years ago
wwylele 5af117e00c FileSys: abstract SD save data archive source 9 years ago
wwylele d7d6975af0 FileSys: rename SaveDataCheck archive to NCCH archive 9 years ago
wwylele 0987783699 FileSys: add SDMCWriteOnlyArchive 9 years ago
wwylele 4dd8a831bd FileSys: make Archive interfaces return error code 9 years ago
wwylele 96b0e9476b fs: implement DeleteDirectoryRecursively 9 years ago
Yuri Kunde Schlesner 84fbbe2629 Use negative priorities to avoid special-casing the self-include 9 years ago
Emmanuel Gil Peyrot ebdae19fd2 Remove empty newlines in #include blocks. 9 years ago
Yuri Kunde Schlesner 396a8d91a4 Manually tweak source formatting and then re-run clang-format 9 years ago
Emmanuel Gil Peyrot dc8479928c Sources: Run clang-format on everything. 9 years ago
JamePeng f87bb8ba0a Fix the errorcode of archive handle 10 years ago
wwylele ab2eef396a Service::CFG/FS: add and refactor out utilities for front-end 10 years ago
Subv 0aef634a54 Memory: Handle RasterizerCachedMemory and RasterizerCachedSpecial page types in the memory block manipulation functions. 10 years ago
MerryMage 896e5009ae FS/Archive: Remove use of Memory::GetPointer 10 years ago
tfarley 22f3a7e94c HWRasterizer: Texture forwarding 10 years ago
MerryMage a06dcfeb61 Common: Remove Common::make_unique, use std::make_unique 10 years ago
Subv f707026ac5 HLE/FS: Change the error code returned when an ExtSaveData archive is not found. 10 years ago
Subv 3aa42627a3 HLE/FS: Corrected some style concerns. 10 years ago
Subv d26c6b3212 HLE/FS: Implemented GetFormatInfo 10 years ago
Subv 9b2d643451 HLE/FS: Don't return an error when deleting the ExtSaveData if it does not exist. 10 years ago
Subv 95b34f8081 HLE/FS: Return the proper error codes when opening files. 10 years ago
Subv 802ef6d099 HLE/FS: Fixed the OpenDirectory error code 10 years ago
Subv 96f0e32f83 HLE/FS: Return the proper error codes on file Read/Write operations. 10 years ago
Subv 09b0564c75 HLE/FS: Corrected the error codes for DeleteFile 10 years ago
Subv 381a5c053f HLE/FS: FS::CreateFile takes an u64 for the file size. 10 years ago
archshift 5dfd2dba70 Implement FS_User::GetFreeBytes 10 years ago
Yuri Kunde Schlesner a1f08788d9 Archive: Correct a few incorrect types in function signatures 11 years ago
Emmanuel Gil Peyrot e5fcabdd69 Core: Cleanup file_sys includes. 11 years ago
Subv 66c1db7288 ExtSavedata: Save the icon passed to CreateExtSaveData to the correct folder. 11 years ago
Emmanuel Gil Peyrot b1503b2020 Remove every trailing whitespace from the project (but externals). 11 years ago