mirror of
https://github.com/mupen64plus/mupen64plus-oldsvn.git
synced 2025-04-02 10:52:35 -04:00
39 lines
1.1 KiB
Text
39 lines
1.1 KiB
Text
<!DOCTYPE kpartgui>
|
|
<kpartgui version="2" name="mupen64plus" >
|
|
<MenuBar>
|
|
<Menu noMerge="1" name="file" >
|
|
<text>&File</text>
|
|
<Action name="rom_open" />
|
|
<Action name="file_open_recent" />
|
|
<Action name="rom_close" />
|
|
<Separator/>
|
|
<Action name="file_quit" />
|
|
</Menu>
|
|
<Menu noMerge="1" name="emulation" >
|
|
<text>&Emulation</text>
|
|
<Action name="emulation_start" />
|
|
<Action name="emulation_pause_continue" />
|
|
<Action name="emulation_stop" />
|
|
<Separator/>
|
|
<Action name="save_state_save" />
|
|
<Action name="save_state_save_as" />
|
|
<Action name="save_state_restore" />
|
|
<Action name="save_state_load" />
|
|
<Separator/>
|
|
<Action name="save_state_current" />
|
|
</Menu>
|
|
</MenuBar>
|
|
<ToolBar noMerge="1" name="mainToolBar" >
|
|
<text>Main Toolbar</text>
|
|
<Action name="rom_open" />
|
|
<Separator/>
|
|
<Action name="emulation_start" />
|
|
<Action name="emulation_pause_continue" />
|
|
<Action name="emulation_stop" />
|
|
<Separator/>
|
|
<Action name="fullscreen" />
|
|
</ToolBar>
|
|
<ActionProperties>
|
|
<Action shortcut="Ctrl+T" name="switch_application_language" />
|
|
</ActionProperties>
|
|
</kpartgui>
|