mirror of
https://github.com/mupen64plus/mupen64plus-ui-python.git
synced 2025-04-02 10:51:53 -04:00
save extension
This commit is contained in:
parent
0c9dfbeba9
commit
bfd8fa6791
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ M64SAV_PJ64C = 2
|
|||
M64SAV_PJ64 = 3
|
||||
|
||||
M64P_SAVES = {
|
||||
M64SAV_M64P: ("M64P (*.mp)", "mp"),
|
||||
M64SAV_M64P: ("M64P (*.m64p)", "mp"),
|
||||
M64SAV_PJ64C: ("PJ64 compressed (*.zip)", "zip"),
|
||||
M64SAV_PJ64: ("PJ64 (*.pj)", "pj")
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue