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