mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-16 04:42:40 +00:00
Core_Timing: Address Feedback and suppress warnings.
This commit is contained in:
@@ -113,7 +113,7 @@ public:
|
||||
current_context = new_context;
|
||||
}
|
||||
|
||||
bool CurrentContextCanRun() const {
|
||||
bool CanCurrentContextRun() const {
|
||||
return time_slice[current_context] > 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user