mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 14:35:46 +00:00
Core_Timing: Address Feedback and suppress warnings.
This commit is contained in:
parent
f2f4a797ee
commit
97669469d0
5 changed files with 12 additions and 13 deletions
|
@ -113,7 +113,7 @@ public:
|
|||
current_context = new_context;
|
||||
}
|
||||
|
||||
bool CurrentContextCanRun() const {
|
||||
bool CanCurrentContextRun() const {
|
||||
return time_slice[current_context] > 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue