yuzu/src/core/hle
Morph 52e52924bb hle/result: Reimplement ResultVal using Common::Expected
Common::Expected effectively provides the same functions as ResultVal, so we can implement it with this.
This can be replaced with std::expected with minimal effort should it be standardized in the C++ Standard Template Library.
2021-11-02 15:20:35 -04:00
..
kernel Merge pull request #7227 from vonchenplus/fix_memory_leak_v2 2021-11-01 20:11:30 -07:00
service ns: language: Add BrazilianPortuguese to ApplicationLanguage 2021-10-28 20:05:05 -04:00
api_version.h api_version: Update and add AtmosphereTargetFirmware 2021-09-10 01:10:47 -04:00
ipc_helpers.h service: Reduce header include overhead 2021-10-07 13:32:21 -04:00
ipc.h hle: ipc: Add declarations for TIPC. 2021-05-10 15:05:10 -07:00
lock.cpp
lock.h
result.h hle/result: Reimplement ResultVal using Common::Expected 2021-11-02 15:20:35 -04:00