mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-27 20:27:52 -05:00
core: Replace all instances of ResultCode with Result
This commit is contained in:
@ -36,7 +36,7 @@ public:
|
||||
void GetSharedMemoryNativeHandle(Kernel::HLERequestContext& ctx);
|
||||
|
||||
private:
|
||||
ResultCode GetClockSnapshotFromSystemClockContextInternal(
|
||||
Result GetClockSnapshotFromSystemClockContextInternal(
|
||||
Kernel::KThread* thread, Clock::SystemClockContext user_context,
|
||||
Clock::SystemClockContext network_context, Clock::TimeType type,
|
||||
Clock::ClockSnapshot& cloc_snapshot);
|
||||
|
Reference in New Issue
Block a user