mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-21 11:33:35 +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