Linux/Libretro: Fixed GCC build
This commit is contained in:
parent
1047860be7
commit
1d27867ddd
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ constexpr const uint8_t _opSize[256] = {
|
|||
2,1,1,1,1,1,2,1,2,1,3,1,1,1,2,1,
|
||||
};
|
||||
|
||||
static enum class AddrType : uint8_t
|
||||
enum class AddrType : uint8_t
|
||||
{
|
||||
None,
|
||||
BC,
|
||||
|
|
Loading…
Add table
Reference in a new issue