mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 20:27:59 -05: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