diff options
| author | 2016-05-05 21:34:10 -0400 | |
|---|---|---|
| committer | 2016-05-05 21:34:10 -0400 | |
| commit | 4cb2995c6159a5c6508ea0571ffa5fc5bcd21a47 (patch) | |
| tree | 55d392fefbc402deaf20ac00f0655d7334da92fe /src/core/hle/hle.h | |
| parent | hle: Get rid of global access to g_reschedule (diff) | |
| download | yuzu-4cb2995c6159a5c6508ea0571ffa5fc5bcd21a47.tar.gz yuzu-4cb2995c6159a5c6508ea0571ffa5fc5bcd21a47.tar.xz yuzu-4cb2995c6159a5c6508ea0571ffa5fc5bcd21a47.zip | |
HLE: Rename RescheduleIsPending to IsReschedulePending.
Diffstat (limited to 'src/core/hle/hle.h')
| -rw-r--r-- | src/core/hle/hle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/hle.h b/src/core/hle/hle.h index 58dffe587..69ac0ade6 100644 --- a/src/core/hle/hle.h +++ b/src/core/hle/hle.h | |||
| @@ -14,7 +14,7 @@ const Handle INVALID_HANDLE = 0; | |||
| 14 | namespace HLE { | 14 | namespace HLE { |
| 15 | 15 | ||
| 16 | void Reschedule(const char *reason); | 16 | void Reschedule(const char *reason); |
| 17 | bool RescheduleIsPending(); | 17 | bool IsReschedulePending(); |
| 18 | void DoneRescheduling(); | 18 | void DoneRescheduling(); |
| 19 | 19 | ||
| 20 | void Init(); | 20 | void Init(); |