Merge pull request #604 from hyarsan/master
Made the file extensions consistent with standalone Citra
This commit is contained in:
commit
e51048927a
|
@ -1,6 +1,6 @@
|
||||||
display_name = "Nintendo 3DS (Citra)"
|
display_name = "Nintendo 3DS (Citra)"
|
||||||
authors = "Citra Emulation Project"
|
authors = "Citra Emulation Project"
|
||||||
supported_extensions = "3ds|3dsx|cia|elf|cxi"
|
supported_extensions = "3ds|3dsx|elf|axf|cci|cxi|app"
|
||||||
corename = "Citra"
|
corename = "Citra"
|
||||||
manufacturer = "Nintendo"
|
manufacturer = "Nintendo"
|
||||||
categories = "Emulator"
|
categories = "Emulator"
|
||||||
|
@ -9,4 +9,4 @@ database = "Nintendo - Nintendo 3DS"
|
||||||
license = "GPLv2+"
|
license = "GPLv2+"
|
||||||
permissions = ""
|
permissions = ""
|
||||||
display_version = "Git"
|
display_version = "Git"
|
||||||
supports_no_game = "false"
|
supports_no_game = "false"
|
Loading…
Reference in New Issue