-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathROMs.reg
137 lines (94 loc) · 5.11 KB
/
ROMs.reg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
Windows Registry Editor Version 5.00
;NES
[hkey_classes_root\.nes]
@="nesgame"
[hkey_classes_root\.fds]
@="nesgame"
[hkey_classes_root\nesgame\shell\open\command]
@="\"A:\\Emulation\\Emulators\\fceux-2.2.1-win32\\fceux.exe\" \"%1\""
;SNES
[hkey_classes_root\.smc]
@="snesgame"
[hkey_classes_root\snesgame\shell\open\command]
@="\"A:\\Emulation\\Emulators\\snes9x1.53-FuSoYa-8MB_R1\\snes9x.exe\" \"%1\""
;N64
[hkey_classes_root\.n64]
@="n64game"
[hkey_classes_root\.v64]
@="n64game"
[hkey_classes_root\.z64]
@="n64game"
[hkey_classes_root\n64game\shell\open\command]
@="\"A:\\Emulation\\Emulators\\Project64\\Project64.exe\" \"%1\""
;Gamecube / Wii
[hkey_classes_root\.gcm]
@="gamecubewiigame"
[hkey_classes_root\.dol]
@="gamecubewiigame"
[hkey_classes_root\.wbfs]
@="gamecubewiigame"
[hkey_classes_root\gamecubewiigame\shell\open\command]
@="\"A:\\Emulation\\Emulators\\Dolphin-x64\\Dolphin.exe\" \"%1\""
;Gameboy
[hkey_classes_root\.gb]
@="gameboygame"
[hkey_classes_root\.gbc]
@="gameboygame"
[hkey_classes_root\.gba]
@="gameboygame"
[hkey_classes_root\.sba]
@="gameboygame"
[hkey_classes_root\.cba]
@="gameboygame"
[hkey_classes_root\.agb]
@="gameboygame"
[hkey_classes_root\gameboygame\shell\open\command]
@="\"A:\\Emulation\\Emulators\\mGBA\\mGBA.exe\" \"%1\""
;DS
[HKEY_CLASSES_ROOT\.nds]
@="dsgame"
[HKEY_CLASSES_ROOT\dsgame\shell\open\command]
@="\"A:\\Emulation\\Emulators\\desmume\\DeSmuME_0.9.11_x64.exe\" \"%1\""
;Genesis
[HKEY_CLASSES_ROOT\.smd]
@="genesisgame"
[HKEY_CLASSES_ROOT\genesisgame\shell\open\command]
@="\"A:\\Emulation\\Emulators\\Fusion364\\Fusion.exe\" \"%1\""
;Dreamcast
[HKEY_CLASSES_ROOT\.gdi]
@="dreamcastgame"
[HKEY_CLASSES_ROOT\dreamcastgame\shell\open\command]
@="\"A:\\Emulation\\Emulators\\demul07a_221215\\demul.exe\" \"%1\""
;Interactive Fiction
[HKEY_CLASSES_ROOT\.z1]
@="ifgame"
[HKEY_CLASSES_ROOT\.z2]
@="ifgame"
[HKEY_CLASSES_ROOT\.z3]
@="ifgame"
[HKEY_CLASSES_ROOT\.z4]
@="ifgame"
[HKEY_CLASSES_ROOT\.z5]
@="ifgame"
[HKEY_CLASSES_ROOT\.z6]
@="ifgame"
[HKEY_CLASSES_ROOT\.z7]
@="ifgame"
[HKEY_CLASSES_ROOT\.z8]
@="ifgame"
[HKEY_CLASSES_ROOT\.zlb]
@="ifgame"
[HKEY_CLASSES_ROOT\.zblorb]
@="ifgame"
[HKEY_CLASSES_ROOT\.ulx]
@="ifgame"
[HKEY_CLASSES_ROOT\.blb]
@="ifgame"
[HKEY_CLASSES_ROOT\.blorb]
@="ifgame"
[HKEY_CLASSES_ROOT\.glb]
@="ifgame"
[HKEY_CLASSES_ROOT\.gblorb]
@="ifgame"
[HKEY_CLASSES_ROOT\ifgame\shell\open\command]
@="\"A:\\Emulation\\Emulators\\gargoyle\\gargoyle.exe\" \"%1\""