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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
core: Update result module
Narr the Reg
2022-11-15
1
-1
/
+75
*
core: hle: result: Fix code for compilers.
bunnei
2022-11-04
1
-6
/
+7
*
core: hle: kernel: Use result macros for new/changed code.
bunnei
2022-10-19
1
-3
/
+0
*
core: hle: result: Add GetInnerValue and Includes methods.
bunnei
2022-10-19
1
-0
/
+8
*
result: enforce reference check specialization
Liam
2022-10-13
1
-4
/
+3
*
kernel: add expanded result macros
Liam
2022-10-08
1
-6
/
+114
*
Rework audio output, connecting AudioOut into coretiming to fix desync during heavy loads.
Kelebek1
2022-09-02
1
-0
/
+2
*
chore: make yuzu REUSE compliant
Andrea Pappacoda
2022-07-27
1
-3
/
+2
*
core: Replace all instances of ResultCode with Result
german77
2022-06-27
1
-22
/
+22
*
hle/result: Update std::expected replacement message
Morph
2022-05-03
1
-1
/
+1
*
hle/result: Add ResultRange overload in ResultVal
Morph
2022-05-03
1
-1
/
+3
*
hle/result: Implement ResultRange
Morph
2022-05-03
1
-0
/
+42
*
general: Remove MakeResult helpers
Morph
2021-11-02
1
-19
/
+1
*
hle/result: Amend ResultVal documentation
Morph
2021-11-02
1
-12
/
+10
*
hle/result: Reimplement ResultVal using Common::Expected
Morph
2021-11-02
1
-117
/
+63
*
Merge pull request #7240 from Morph1984/resultval-remove-cv
bunnei
2021-10-30
1
-2
/
+2
|
\
|
*
hle/result: Remove cv-qualifiers from Arg in MakeResult
Morph
2021-10-28
1
-2
/
+2
*
|
hle/result: Declare copy/move constructor/assignment as noexcept
Morph
2021-10-28
1
-3
/
+3
*
|
hle/result: Add move assignment operator in ResultVal
Morph
2021-10-28
1
-0
/
+20
|
/
*
result: Add [[nodiscard]] specifiers where applicable
Lioncash
2021-06-05
1
-20
/
+20
*
general: Replace RESULT_UNKNOWN with ResultUnknown
Morph
2021-06-02
1
-2
/
+2
*
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-06-02
1
-5
/
+4
*
common_funcs: Move R_ macros to result.h
Lioncash
2021-05-31
1
-0
/
+25
*
core: Make variable shadowing a compile-time error
Lioncash
2021-05-16
1
-1
/
+1
*
audio_core: Make shadowing and unused parameters errors
Lioncash
2020-12-03
1
-1
/
+1
*
core: Resolve several -Wextra-semi warnings
Lioncash
2020-08-14
1
-4
/
+8
*
result: Add default error code for the ResultCode(-1) case
Lioncash
2019-11-12
1
-1
/
+9
*
result: Resolve sign-coversion warnings
Lioncash
2019-11-12
1
-1
/
+1
*
hle/result: Remove unnecessary bitfield entry for ResultCode
Lioncash
2019-04-05
1
-4
/
+0
*
core/hle/result: Remove now-unnecessary manually defined copy assignment operator
Lioncash
2019-03-10
1
-5
/
+0
*
core/hle/result: Amend error in comment description for ResultCode
Lioncash
2019-03-10
1
-1
/
+1
*
core/hle/result: Remove now-unused constructor for ResultCode
Lioncash
2019-03-10
1
-10
/
+0
*
core/hle/result: Relocate IPC error code to ipc_helpers
Lioncash
2019-03-10
1
-1
/
+0
*
core/hle/ipc: Remove unnecessary includes
Lioncash
2019-03-05
1
-1
/
+0
*
file_sys/errors: Extract FS-related error codes to file_sys/errors.h
Lioncash
2018-11-16
1
-2
/
+0
*
hle/result: Make ResultVal's move constructor as noexcept
Lioncash
2018-08-28
1
-1
/
+1
*
Add & correct some error modules
greggameplayer
2018-05-23
1
-2
/
+8
*
Add and correct some Error Modules (#444)
greggameplayer
2018-05-20
1
-6
/
+40
*
result: Check against self-assignment in ResultVal's copy assignment operator
Lioncash
2018-03-29
1
-0
/
+3
*
ResultCode: Mark any error code that isn't 0 as an error.
Subv
2018-02-27
1
-2
/
+2
*
fsp_srv: Various improvements to IStorage:Read implementation.
bunnei
2018-01-21
1
-0
/
+2
*
hle: Use Switch formatted result codes.
bunnei
2017-11-01
1
-181
/
+59
*
ResultVal: Remove MoveFrom()
Yuri Kunde Schlesner
2017-06-19
1
-4
/
+0
*
ResultVal: Add an rvalue overload of Unwrap()
Yuri Kunde Schlesner
2017-06-19
1
-1
/
+6
*
ResultVal: Add more convenience utils for creating and cascading results
Yuri Kunde Schlesner
2017-06-06
1
-0
/
+19
*
Kernel: Centralize error definitions in errors.h
Yuri Kunde Schlesner
2017-05-25
1
-6
/
+0
*
GSP_GPU: Move error codes from result.h to local file
Yuri Kunde Schlesner
2017-05-25
1
-3
/
+0
*
FileSys: Move all result description to errors.h
Yuri Kunde Schlesner
2017-05-25
1
-21
/
+0
*
result: Make error description a generic integer
Yuri Kunde Schlesner
2017-05-25
1
-3
/
+14
*
Make BitField and ResultCode constexpr-initializable
Yuri Kunde Schlesner
2017-05-25
1
-18
/
+15
*
Kernel: Use a Session object to keep track of the status of a Client/Server session pair.
Subv
2017-05-15
1
-0
/
+1
*
file_sys: add Self NCCH archive
wwylele
2017-02-13
1
-0
/
+4
*
Merge pull request #2249 from Subv/sessions_v3
Yuri Kunde Schlesner
2016-12-15
1
-0
/
+1
|
\
|
*
Return an error code when connecting to a saturated port.
Subv
2016-12-05
1
-0
/
+1
*
|
FileSys: Implement OtherSaveData
wwylele
2016-11-29
1
-0
/
+1
|
/
*
FileSys: add SDMCWriteOnlyArchive
wwylele
2016-11-19
1
-0
/
+1
*
FileSys: add ExtSaveDataArchive
wwylele
2016-11-19
1
-0
/
+1
*
FileSys: add SaveDataArchive
wwylele
2016-11-19
1
-0
/
+7
*
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-21
1
-1
/
+0
*
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-19
1
-2
/
+1
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
1
-40
/
+60
*
Fix the errorcode of archive handle
JamePeng
2016-07-04
1
-0
/
+1
*
Result: fix and update ErrorModule
wwylele
2016-06-30
1
-6
/
+19
*
gsp::gpu: Reset g_thread_id in UnregisterInterruptRelayQueue
mailwl
2016-06-01
1
-0
/
+1
*
Kernel: Implemented shared memory permissions.
Subv
2016-05-13
1
-0
/
+1
*
VideoCore: Run include-what-you-use and fix most includes.
Emmanuel Gil Peyrot
2016-04-30
1
-1
/
+0
*
DSP_DSP: Add return IPC headers
MerryMage
2016-04-27
1
-0
/
+1
*
GSP: Return proper error codes for register writes
purpasmart96
2016-03-31
1
-0
/
+1
*
HLE/FS: Implemented GetFormatInfo
Subv
2016-03-20
1
-0
/
+1
*
HLE/FS: Return the proper error codes on file Read/Write operations.
Subv
2016-03-20
1
-0
/
+1
*
HLE/FS: Corrected the error codes for CreateFile
Subv
2016-03-20
1
-1
/
+3
*
core: Use unrestricted union to hold storage of ResultVal value
Yuri Kunde Schlesner
2016-03-05
1
-42
/
+16
*
BitField: Make trivially copyable and remove assignment operator
MerryMage
2016-02-12
1
-4
/
+4
*
HLE/SVC: Implement UnmapMemoryBlock.
Subv
2016-01-14
1
-0
/
+1
*
Common: Cleanup key_map includes.
Emmanuel Gil Peyrot
2015-06-28
1
-1
/
+1
*
Common: Remove common.h
Yuri Kunde Schlesner
2015-05-07
1
-0
/
+1
*
result: Make comparison operators take references
Lioncash
2015-02-28
1
-2
/
+2
*
Convert a few C stdlib asserts to Citra's own asserts
archshift
2015-02-19
1
-6
/
+4
*
Asserts: break/crash program, fit to style guide; log.h->assert.h
archshift
2015-02-11
1
-1
/
+1
*
ResultVal: Fixed compilation when reassigning a ResultVal.
Subv
2015-02-10
1
-3
/
+3
*
Remove result.h InvalidHandle
Yuri Kunde Schlesner
2015-01-30
1
-5
/
+0
*
Additions to ResultVal to make it more convenient to use.
Yuri Kunde Schlesner
2015-01-30
1
-1
/
+25
*
Logging: Log all called service functions (under trace). Compile out all trace logs under release for performance.
archshift
2015-01-10
1
-2
/
+2
*
License change
purpasmart96
2014-12-21
1
-1
/
+1
*
Filesystem/Archives: Implemented the SaveData archive
Subv
2014-12-18
1
-0
/
+2
*
HLE: Revamp error handling throrough the HLE code
Yuri Kunde Schlesner
2014-11-24
1
-0
/
+400