mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-10 17:02:33 -07:00
hle: kernel: Cleanup to match coding style.
This commit is contained in:
@@ -199,7 +199,7 @@ public:
|
||||
synced_index = index;
|
||||
}
|
||||
|
||||
constexpr s32 GetSyncedIndex() const {
|
||||
[[nodiscard]] constexpr s32 GetSyncedIndex() const {
|
||||
return synced_index;
|
||||
}
|
||||
|
||||
@@ -207,7 +207,7 @@ public:
|
||||
wait_result = wait_res;
|
||||
}
|
||||
|
||||
constexpr ResultCode GetWaitResult() const {
|
||||
[[nodiscard]] constexpr ResultCode GetWaitResult() const {
|
||||
return wait_result;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user