index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
fs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-10-13
Remove lots more 3DS-specific code.
bunnei
4
-1949
/
+0
2017-09-30
Fixed type conversion ambiguity
Huw Pascoe
1
-1
/
+1
2017-09-25
HLE/Archives: Allow multiple loaded applications to access their SelfNCCH archive independently.
Subv
2
-1
/
+24
2017-06-19
ResultVal: Remove MoveFrom()
Yuri Kunde Schlesner
2
-5
/
+5
2017-06-06
Service: Remove unnecessary includes from service.h
Yuri Kunde Schlesner
2
-0
/
+6
2017-06-06
Kernel: Add a dedicated SetHleHandler method to ServerPort/ServerSession
Yuri Kunde Schlesner
3
-21
/
+25
2017-06-06
HLE: Move SessionRequestHandler from Service:: to Kernel::
Yuri Kunde Schlesner
3
-3
/
+5
2017-06-03
Addressed Bunnei's review comments, and made some other tweaks:
TheKoopaKingdom
1
-1
/
+2
2017-06-03
Switched to the ERROR_NOT_FOUND constant from errors.h.
TheKoopaKingdom
1
-2
/
+1
2017-06-03
Moved whitelist checks from FS_User to the Archive_NCCH handler.
TheKoopaKingdom
1
-52
/
+2
2017-06-03
Created a whitelist of system archives to prevent false positives creating dialogs.
TheKoopaKingdom
1
-4
/
+51
2017-06-03
Made some changes from review comments:
TheKoopaKingdom
2
-9
/
+6
2017-06-03
Added system for handling core errors in citra-qt.
TheKoopaKingdom
1
-0
/
+5
2017-05-25
FS: Remove unused result definition
Yuri Kunde Schlesner
1
-5
/
+0
2017-05-25
Kernel: Centralize error definitions in errors.h
Yuri Kunde Schlesner
1
-3
/
+1
2017-05-25
FileSys: Move all result description to errors.h
Yuri Kunde Schlesner
2
-19
/
+14
2017-02-13
loader: use self NCCH archive
wwylele
1
-1
/
+1
2016-12-26
IPC helpers example
Lectem
1
-12
/
+15
2016-12-22
Address clang-format issues.
bunnei
1
-2
/
+2
2016-12-22
core: Remove HLE module, consolidate code & various cleanups.
bunnei
2
-6
/
+3
2016-12-15
FS: fix debug build from #2249
wwylele
1
-11
/
+9
2016-12-14
Fixed the codestyle to match our clang-format rules.
Subv
3
-13
/
+24
2016-12-09
Moved the HLE command buffer translation task to ServerSession instead of the HLE handler superclass.
Subv
2
-4
/
+4
2016-12-08
Added a framework for partially handling Session disconnections.
Subv
2
-0
/
+4
2016-12-08
Use std::move where appropriate.
Subv
1
-2
/
+2
2016-12-08
fs_user: Update function table
Lioncash
1
-0
/
+2
2016-12-05
Split SessionRequestHandler::HandleSyncRequest into HandleSyncRequest, TranslateRequest and HandleSyncRequestImpl.
Subv
2
-12
/
+12
2016-12-01
Fixed the rebase mistakes.
Subv
1
-4
/
+4
2016-12-01
A bit of a redesign.
Subv
3
-33
/
+40
2016-12-01
Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inter Process Communication.
Subv
3
-15
/
+18
2016-11-30
Set client SDK version to Service APIs
mailwl
1
-10
/
+14
2016-11-29
FileSys: Implement OtherSaveData
wwylele
2
-0
/
+11
2016-11-29
FS: add missing MediaType
wwylele
1
-1
/
+1
2016-11-29
FileSys: abstract SD save data archive source
wwylele
1
-1
/
+2
2016-11-19
FileSys: rename SaveDataCheck archive to NCCH archive
wwylele
2
-6
/
+5
2016-11-19
FileSys: add SDMCWriteOnlyArchive
wwylele
1
-0
/
+8
2016-11-01
FileSys: make Archive interfaces return error code
wwylele
1
-32
/
+9
2016-10-02
fs: clean up log format
wwylele
1
-22
/
+24
2016-10-02
fs: implement DeleteDirectoryRecursively
wwylele
3
-1
/
+51
2016-09-21
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2
-2
/
+2
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
3
-8
/
+2
2016-09-19
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2
-9
/
+6
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
3
-393
/
+447
2016-07-04
Fix the errorcode of archive handle
JamePeng
1
-10
/
+14
2016-07-03
HLE/FS: Document some command parameters and implemented command 0x08560240 (CreateLegacySystemSaveData)
Subv
1
-11
/
+42
2016-07-03
Service::CFG/FS: add and refactor out utilities for front-end
wwylele
2
-8
/
+22
2016-05-28
Memory: Handle RasterizerCachedMemory and RasterizerCachedSpecial page types in the memory block manipulation functions.
Subv
1
-1
/
+0
2016-05-28
FS/Archive: Remove use of Memory::GetPointer
MerryMage
1
-7
/
+14
2016-04-23
fs: Fix what appears to be a typo (filename_size / file_size)
Sam Spilsbury
1
-1
/
+1
2016-04-21
HWRasterizer: Texture forwarding
tfarley
1
-0
/
+1
2016-04-05
Common: Remove Common::make_unique, use std::make_unique
MerryMage
1
-7
/
+6
2016-03-20
HLE/FS: Change the error code returned when an ExtSaveData archive is not found.
Subv
1
-4
/
+8
2016-03-20
HLE/FS: Corrected some style concerns.
Subv
3
-6
/
+3
2016-03-20
HLE/FS: Implemented GetFormatInfo
Subv
3
-46
/
+124
2016-03-20
HLE/FS: Don't return an error when deleting the ExtSaveData if it does not exist.
Subv
1
-1
/
+1
2016-03-20
HLE/FS: Return the proper error codes when opening files.
Subv
1
-3
/
+4
2016-03-20
HLE/FS: Fixed the OpenDirectory error code
Subv
1
-1
/
+1
2016-03-20
HLE/FS: Return the proper error codes on file Read/Write operations.
Subv
1
-2
/
+15
2016-03-20
HLE/FS: Corrected the error codes for DeleteFile
Subv
1
-4
/
+1
2016-03-20
HLE/FS: FS::CreateFile takes an u64 for the file size.
Subv
3
-5
/
+5
2016-03-12
Fix header
pippo2931
1
-1
/
+1
2016-03-12
GetArchiveResource stub
pippo2931
1
-1
/
+25
2015-12-30
services: Update some function tables
Lioncash
1
-89
/
+107
2015-10-28
Implement FS_User::GetFreeBytes
archshift
3
-1
/
+42
2015-09-10
General: Fix up doxygen comments
Lioncash
1
-1
/
+1
2015-07-21
Services/Logging: Log more useful information when some operations fail.
Subv
1
-4
/
+8
2015-07-14
Archive: Correct a few incorrect types in function signatures
Yuri Kunde Schlesner
1
-1
/
+1
2015-06-28
Core: Cleanup file_sys includes.
Emmanuel Gil Peyrot
2
-7
/
+16
2015-06-02
ExtSavedata: Save the icon passed to CreateExtSaveData to the correct folder.
Subv
3
-11
/
+32
2015-05-29
Remove every trailing whitespace from the project (but externals).
Emmanuel Gil Peyrot
2
-6
/
+6
2015-05-16
APT/FS: Remove asserts that were causing false positives
purpasmart96
1
-3
/
+5
2015-05-07
Common: Remove common.h
Yuri Kunde Schlesner
2
-1
/
+5
2015-05-07
FileSys: Clean-up includes, de-inline destructors
Yuri Kunde Schlesner
2
-10
/
+16
2015-04-03
Services: Stubs and minor changes
purpasmart96
1
-8
/
+72
2015-03-19
Service/FS: Document and log some unknown values.
Subv
1
-1
/
+26
2015-03-14
Services/FS: Implemented DeleteExtSaveData, CreateSystemSaveData and DeleteSystemSaveData
Subv
3
-24
/
+164
2015-03-04
Services: Moved the PTM and APT services to their own folder
Subv
3
-7
/
+8
2015-03-01
Services/FS: Stubbed CardSlotIsInserted to always return false
Subv
1
-1
/
+25
2015-02-26
Archives: Properly implemented the SystemSaveData archive.
Subv
1
-0
/
+4
2015-02-12
Build: Fixed some warnings
Subv
1
-4
/
+4
2015-02-11
Asserts: break/crash program, fit to style guide; log.h->assert.h
archshift
1
-1
/
+1
2015-02-10
Archives: Made the Format function more generic.
Subv
3
-9
/
+10
2015-02-10
Archives: Expose the File and Directory classes to HLE
Subv
3
-58
/
+62
2015-02-10
FS: Allow multiple instances of the same archive type to be open at once
Yuri Kunde Schlesner
2
-27
/
+28
2015-02-10
FS: Get rid of completely useless Archive class
Yuri Kunde Schlesner
1
-36
/
+26
2015-02-02
FS: Remove use of GetHandle
Yuri Kunde Schlesner
1
-1
/
+1
2015-02-02
Service: Clean-up Interface
Yuri Kunde Schlesner
1
-1
/
+1
2015-02-02
Filesys: Move creation of Handles for File/Directory to service handlers
Yuri Kunde Schlesner
3
-32
/
+33
2015-01-30
archive: Fix initializer list order for the File class.
Lioncash
1
-1
/
+1
2015-01-30
Remove result.h InvalidHandle
Yuri Kunde Schlesner
1
-9
/
+14
2015-01-24
Services: Stubbed more services.
Subv
3
-0
/
+41
2015-01-20
core: Fix a few docstrings
Lioncash
1
-1
/
+1
2015-01-10
Added Archive ID to fs:USER debug logs involving opening the archive.
archshift
1
-3
/
+3
2015-01-10
Logging: Log all called service functions (under trace). Compile out all trace logs under release for performance.
archshift
1
-4
/
+0
2015-01-06
Archives: Changed the unimplemented archives comment.
Subv
1
-1
/
+1
2015-01-06
Archives: Addressed some comments
Subv
1
-2
/
+2
2015-01-04
Archives: Make SYSTEM_ID and SDCARD_ID strings
Subv
2
-4
/
+4
2015-01-04
Archives: Changed the way paths are built for the archives.
Subv
2
-10
/
+15
2015-01-03
Archives: Change the folder layout of some archives.
Subv
1
-1
/
+1
2015-01-03
Archives: Reduced duplicate code in RomFS and SaveCheck.
Subv
2
-4
/
+5
2015-01-03
SaveDataCheck: Preliminary work in this archive.
Subv
2
-3
/
+35
2015-01-03
archive: Fix initializer list order
Lioncash
1
-3
/
+3
2014-12-30
Archives: Implemented ExtSaveData and SharedExtSaveData
Subv
3
-43
/
+36
2014-12-28
Kernel: New handle manager
Yuri Kunde Schlesner
1
-4
/
+6
2014-12-28
Rename ObjectPool to HandleTable
Yuri Kunde Schlesner
1
-4
/
+4
2014-12-26
More services & small clean ups
purpasmart96
2
-10
/
+0
2014-12-24
Stubbed IsSdmcWriteable to always return writeable.
archshift
1
-1
/
+18
2014-12-21
CFG: Implemented the GetConfigInfoBlk2 function.
Subv
1
-9
/
+0
2014-12-21
Added CreateFile to the FS_USER service
archshift
3
-1
/
+47
2014-12-21
License change
purpasmart96
4
-4
/
+4
2014-12-20
Common: Add a clone of std::make_unique
Yuri Kunde Schlesner
1
-6
/
+7
2014-12-20
FS_U: Added the command to the docs of SaveData functions
Subv
1
-0
/
+2
2014-12-19
SystemSaveData: Fixed a typo that was segfaulting
Subv
1
-1
/
+1
2014-12-18
SaveData: Added some documentation to FormatSaveData
Subv
1
-2
/
+29
2014-12-18
SaveData: Implemented the SystemSaveData archive.
Subv
1
-0
/
+9
2014-12-18
Filesystem/Archives: Implemented the SaveData archive
Subv
3
-13
/
+86
2014-12-16
Work around libstdc++'s lack of support for std::hash on enums
Yuri Kunde Schlesner
1
-0
/
+15
2014-12-16
FS.Archive: Clean up treatment of archives and their handles
Yuri Kunde Schlesner
3
-196
/
+175
2014-12-16
Service.FS: Rename FileSys::File to FileBackend
Yuri Kunde Schlesner
1
-1
/
+1
2014-12-16
Service.FS: Rename FileSys::Directory to DirectoryBackend
Yuri Kunde Schlesner
1
-2
/
+2
2014-12-16
Service.FS: Rename FileSys::Archive to ArchiveBackend
Yuri Kunde Schlesner
2
-5
/
+5
2014-12-16
Service.FS: Do archive registration using IdCode instead of name
Yuri Kunde Schlesner
3
-16
/
+27
2014-12-16
HLE: Rename namespaces to match move & fix initialization order
Yuri Kunde Schlesner
4
-30
/
+32
2014-12-16
HLE: Move kernel/archive.* to service/fs/
Yuri Kunde Schlesner
4
-0
/
+1038