summaryrefslogtreecommitdiffstats
path: root/src/core/core_timing.h
diff options
context:
space:
mode:
authorFernando Sahmkow <fsahmkow27@gmail.com>2019-10-11 20:44:14 +0200
committerFernando Sahmkow <fsahmkow27@gmail.com>2019-10-11 20:44:14 +0200
commite0650a2034026d8292196128d2f9decb50eeb0f3 (patch)
tree59c51153a985e7fb66e62c812250c6dacd69a82c /src/core/core_timing.h
parentCore Timing: Correct Idle and remove lefting pragma (diff)
downloadyuzu-e0650a2034026d8292196128d2f9decb50eeb0f3.tar
yuzu-e0650a2034026d8292196128d2f9decb50eeb0f3.tar.gz
yuzu-e0650a2034026d8292196128d2f9decb50eeb0f3.tar.bz2
yuzu-e0650a2034026d8292196128d2f9decb50eeb0f3.tar.lz
yuzu-e0650a2034026d8292196128d2f9decb50eeb0f3.tar.xz
yuzu-e0650a2034026d8292196128d2f9decb50eeb0f3.tar.zst
yuzu-e0650a2034026d8292196128d2f9decb50eeb0f3.zip
Diffstat (limited to '')
-rw-r--r--src/core/core_timing.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/core_timing.h b/src/core/core_timing.h
index 8bba45beb..3bb88c810 100644
--- a/src/core/core_timing.h
+++ b/src/core/core_timing.h
@@ -113,7 +113,7 @@ public:
current_context = new_context;
}
- bool CurrentContextCanRun() const {
+ bool CanCurrentContextRun() const {
return time_slice[current_context] > 0;
}