mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Movie: Convert PlayMode to enum class and move to cpp file
This commit is contained in:
@ -37,13 +37,6 @@ class EncryptionKey;
|
||||
namespace Movie
|
||||
{
|
||||
// Enumerations and structs
|
||||
enum PlayMode
|
||||
{
|
||||
MODE_NONE = 0,
|
||||
MODE_RECORDING,
|
||||
MODE_PLAYING
|
||||
};
|
||||
|
||||
enum class ControllerType
|
||||
{
|
||||
None = 0,
|
||||
|
Reference in New Issue
Block a user