mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 16:39:43 +00:00
13 lines
403 B
Plaintext
13 lines
403 B
Plaintext
#include "resource.h"
|
|
1 ICON "retroarch-icon.ico"
|
|
|
|
IDR_MENU MENU
|
|
BEGIN
|
|
POPUP "File"
|
|
BEGIN
|
|
MENUITEM "Open ROM", ID_M_OPENROM
|
|
MENUITEM SEPARATOR
|
|
MENUITEM "Reset", ID_M_RESET
|
|
MENUITEM "Quit", ID_M_QUIT
|
|
END
|
|
END |