diff options
| author | 2014-11-19 09:02:05 +0000 | |
|---|---|---|
| committer | 2014-11-19 09:04:03 +0000 | |
| commit | 739bb58c3a92ba94baeaa2156dc72fb7ff0ce8b7 (patch) | |
| tree | c3c44671c32434b4678f502ae06edf5f71157327 /src/core/system.h | |
| parent | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ... (diff) | |
| download | yuzu-739bb58c3a92ba94baeaa2156dc72fb7ff0ce8b7.tar.gz yuzu-739bb58c3a92ba94baeaa2156dc72fb7ff0ce8b7.tar.xz yuzu-739bb58c3a92ba94baeaa2156dc72fb7ff0ce8b7.zip | |
Remove tabs in all files except in skyeye imports and in generated GL code
Diffstat (limited to 'src/core/system.h')
| -rw-r--r-- | src/core/system.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/core/system.h b/src/core/system.h index 0be8711e4..2bc2edc75 100644 --- a/src/core/system.h +++ b/src/core/system.h | |||
| @@ -12,14 +12,14 @@ namespace System { | |||
| 12 | 12 | ||
| 13 | // State of the full emulator | 13 | // State of the full emulator |
| 14 | enum State { | 14 | enum State { |
| 15 | STATE_NULL = 0, ///< System is in null state, nothing initialized | 15 | STATE_NULL = 0, ///< System is in null state, nothing initialized |
| 16 | STATE_IDLE, ///< System is in an initialized state, but not running | 16 | STATE_IDLE, ///< System is in an initialized state, but not running |
| 17 | STATE_RUNNING, ///< System is running | 17 | STATE_RUNNING, ///< System is running |
| 18 | STATE_LOADING, ///< System is loading a ROM | 18 | STATE_LOADING, ///< System is loading a ROM |
| 19 | STATE_HALTED, ///< System is halted (error) | 19 | STATE_HALTED, ///< System is halted (error) |
| 20 | STATE_STALLED, ///< System is stalled (unused) | 20 | STATE_STALLED, ///< System is stalled (unused) |
| 21 | STATE_DEBUG, ///< System is in a special debug mode (unused) | 21 | STATE_DEBUG, ///< System is in a special debug mode (unused) |
| 22 | STATE_DIE ///< System is shutting down | 22 | STATE_DIE ///< System is shutting down |
| 23 | }; | 23 | }; |
| 24 | 24 | ||
| 25 | extern volatile State g_state; | 25 | extern volatile State g_state; |