mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-24 11:31:04 +00:00
Update ptm_sysm.h
Fixed casing
This commit is contained in:
parent
1d9a3d1c92
commit
8cbe9d6fcd
@ -11,8 +11,8 @@ namespace PTM {
|
|||||||
|
|
||||||
/// Physical version of the 3Ds
|
/// Physical version of the 3Ds
|
||||||
enum class PhysicalVersion : u8 {
|
enum class PhysicalVersion : u8 {
|
||||||
Old3Ds = 0,
|
Old3DS = 0,
|
||||||
New3Ds = 1,
|
New3DS = 1,
|
||||||
};
|
};
|
||||||
|
|
||||||
class PTM_Sysm_Interface : public Interface {
|
class PTM_Sysm_Interface : public Interface {
|
||||||
|
Loading…
Reference in New Issue
Block a user