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
*
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