mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 12:15:45 +00:00
Common/Tests: Address Feedback
This commit is contained in:
parent
4e9a9e584c
commit
564713fb46
9 changed files with 51 additions and 39 deletions
|
@ -76,11 +76,11 @@ void CoreTiming::SyncPause(bool is_paused) {
|
|||
;
|
||||
}
|
||||
|
||||
bool CoreTiming::IsRunning() {
|
||||
bool CoreTiming::IsRunning() const {
|
||||
return !paused_set;
|
||||
}
|
||||
|
||||
bool CoreTiming::HasPendingEvents() {
|
||||
bool CoreTiming::HasPendingEvents() const {
|
||||
return !(wait_set && event_queue.empty());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue