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
/
result.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-01-21
fsp_srv: Various improvements to IStorage:Read implementation.
bunnei
1
-0
/
+2
2017-11-01
hle: Use Switch formatted result codes.
bunnei
1
-181
/
+59
2017-06-19
ResultVal: Remove MoveFrom()
Yuri Kunde Schlesner
1
-4
/
+0
2017-06-19
ResultVal: Add an rvalue overload of Unwrap()
Yuri Kunde Schlesner
1
-1
/
+6
2017-06-06
ResultVal: Add more convenience utils for creating and cascading results
Yuri Kunde Schlesner
1
-0
/
+19
2017-05-25
Kernel: Centralize error definitions in errors.h
Yuri Kunde Schlesner
1
-6
/
+0
2017-05-25
GSP_GPU: Move error codes from result.h to local file
Yuri Kunde Schlesner
1
-3
/
+0
2017-05-25
FileSys: Move all result description to errors.h
Yuri Kunde Schlesner
1
-21
/
+0
2017-05-25
result: Make error description a generic integer
Yuri Kunde Schlesner
1
-3
/
+14
2017-05-25
Make BitField and ResultCode constexpr-initializable
Yuri Kunde Schlesner
1
-18
/
+15
2017-05-15
Kernel: Use a Session object to keep track of the status of a Client/Server session pair.
Subv
1
-0
/
+1
2017-02-13
file_sys: add Self NCCH archive
wwylele
1
-0
/
+4
2016-12-05
Return an error code when connecting to a saturated port.
Subv
1
-0
/
+1
2016-11-29
FileSys: Implement OtherSaveData
wwylele
1
-0
/
+1
2016-11-19
FileSys: add SDMCWriteOnlyArchive
wwylele
1
-0
/
+1
2016-11-19
FileSys: add ExtSaveDataArchive
wwylele
1
-0
/
+1
2016-11-19
FileSys: add SaveDataArchive
wwylele
1
-0
/
+7
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
1
-1
/
+0
2016-09-19
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
1
-2
/
+1
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
1
-40
/
+60
2016-07-04
Fix the errorcode of archive handle
JamePeng
1
-0
/
+1
2016-06-30
Result: fix and update ErrorModule
wwylele
1
-6
/
+19
2016-06-01
gsp::gpu: Reset g_thread_id in UnregisterInterruptRelayQueue
mailwl
1
-0
/
+1
2016-05-13
Kernel: Implemented shared memory permissions.
Subv
1
-0
/
+1
2016-04-30
VideoCore: Run include-what-you-use and fix most includes.
Emmanuel Gil Peyrot
1
-1
/
+0
2016-04-27
DSP_DSP: Add return IPC headers
MerryMage
1
-0
/
+1
2016-03-31
GSP: Return proper error codes for register writes
purpasmart96
1
-0
/
+1
2016-03-20
HLE/FS: Implemented GetFormatInfo
Subv
1
-0
/
+1
2016-03-20
HLE/FS: Return the proper error codes on file Read/Write operations.
Subv
1
-0
/
+1
2016-03-20
HLE/FS: Corrected the error codes for CreateFile
Subv
1
-1
/
+3
2016-03-05
core: Use unrestricted union to hold storage of ResultVal value
Yuri Kunde Schlesner
1
-42
/
+16
2016-02-12
BitField: Make trivially copyable and remove assignment operator
MerryMage
1
-4
/
+4
2016-01-14
HLE/SVC: Implement UnmapMemoryBlock.
Subv
1
-0
/
+1
2015-06-28
Common: Cleanup key_map includes.
Emmanuel Gil Peyrot
1
-1
/
+1
2015-05-07
Common: Remove common.h
Yuri Kunde Schlesner
1
-0
/
+1
2015-02-28
result: Make comparison operators take references
Lioncash
1
-2
/
+2
2015-02-19
Convert a few C stdlib asserts to Citra's own asserts
archshift
1
-6
/
+4
2015-02-11
Asserts: break/crash program, fit to style guide; log.h->assert.h
archshift
1
-1
/
+1
2015-02-10
ResultVal: Fixed compilation when reassigning a ResultVal.
Subv
1
-3
/
+3
2015-01-30
Remove result.h InvalidHandle
Yuri Kunde Schlesner
1
-5
/
+0
2015-01-30
Additions to ResultVal to make it more convenient to use.
Yuri Kunde Schlesner
1
-1
/
+25
2015-01-10
Logging: Log all called service functions (under trace). Compile out all trace logs under release for performance.
archshift
1
-2
/
+2
2014-12-21
License change
purpasmart96
1
-1
/
+1
2014-12-18
Filesystem/Archives: Implemented the SaveData archive
Subv
1
-0
/
+2
2014-11-24
HLE: Revamp error handling throrough the HLE code
Yuri Kunde Schlesner
1
-0
/
+400