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