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
2025-01-30
service: Implement rebootless system update stubs and types
Zephyron
2025-01-25
Revert "core/hle: Reorganize ErrorModule enum numerically"
Zephyron
2025-01-25
core/hle: Reorganize ErrorModule enum numerically
Zephyron
2025-01-14
Revert incorrect copyright attribution for non-contributed files
Zephyron
2024-12-31
core: Update copyright headers
Zephyron
2024-12-31
chore: update project references and add Citron copyright
Zephyron
2024-01-25
result: Make fully constexpr, add ON_RESULT_INCLUDED
FearlessTobi
2023-11-10
kernel: add KPageTableBase
Liam
2023-09-16
Reimplement HardwareOpus
Kelebek1
2023-08-08
core: remove ResultVal type
Liam
2022-11-14
core: Update result module
Narr the Reg
2022-11-03
core: hle: result: Fix code for compilers.
bunnei
2022-10-18
core: hle: kernel: Use result macros for new/changed code.
bunnei
2022-10-18
core: hle: result: Add GetInnerValue and Includes methods.
bunnei
2022-10-13
result: enforce reference check specialization
Liam
2022-10-08
kernel: add expanded result macros
Liam
2022-09-02
Rework audio output, connecting AudioOut into coretiming to fix desync during...
Kelebek1
2022-07-27
chore: make yuzu REUSE compliant
Andrea Pappacoda
2022-06-26
core: Replace all instances of ResultCode with Result
german77
2022-05-03
hle/result: Update std::expected replacement message
Morph
2022-05-03
hle/result: Add ResultRange overload in ResultVal
Morph
2022-05-02
hle/result: Implement ResultRange
Morph
2021-11-02
general: Remove MakeResult helpers
Morph
2021-11-02
hle/result: Amend ResultVal documentation
Morph
2021-11-02
hle/result: Reimplement ResultVal using Common::Expected
Morph
2021-10-29
Merge pull request #7240 from Morph1984/resultval-remove-cv
bunnei
2021-10-28
hle/result: Declare copy/move constructor/assignment as noexcept
Morph
2021-10-28
hle/result: Add move assignment operator in ResultVal
Morph
2021-10-28
hle/result: Remove cv-qualifiers from Arg in MakeResult
Morph
2021-06-05
result: Add [[nodiscard]] specifiers where applicable
Lioncash
2021-06-02
general: Replace RESULT_UNKNOWN with ResultUnknown
Morph
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-05-31
common_funcs: Move R_ macros to result.h
Lioncash
2021-05-16
core: Make variable shadowing a compile-time error
Lioncash
2020-12-03
audio_core: Make shadowing and unused parameters errors
Lioncash
2020-08-14
core: Resolve several -Wextra-semi warnings
Lioncash
2019-11-12
result: Add default error code for the ResultCode(-1) case
Lioncash
2019-11-12
result: Resolve sign-coversion warnings
Lioncash
2019-04-05
hle/result: Remove unnecessary bitfield entry for ResultCode
Lioncash
2019-03-10
core/hle/result: Remove now-unnecessary manually defined copy assignment oper...
Lioncash
2019-03-10
core/hle/result: Amend error in comment description for ResultCode
Lioncash
2019-03-10
core/hle/result: Remove now-unused constructor for ResultCode
Lioncash
2019-03-10
core/hle/result: Relocate IPC error code to ipc_helpers
Lioncash
2019-03-05
core/hle/ipc: Remove unnecessary includes
Lioncash
2018-11-16
file_sys/errors: Extract FS-related error codes to file_sys/errors.h
Lioncash
2018-08-28
hle/result: Make ResultVal's move constructor as noexcept
Lioncash
2018-05-23
Add & correct some error modules
greggameplayer
2018-05-19
Add and correct some Error Modules (#444)
greggameplayer
2018-03-28
result: Check against self-assignment in ResultVal's copy assignment operator
Lioncash
2018-02-27
ResultCode: Mark any error code that isn't 0 as an error.
Subv
[next]