Internal Editor: Right click main menu moved to top down main menu.

This commit is contained in:
Justin Marshall
2020-07-08 17:30:49 -07:00
parent 2fba63254c
commit a2e06b5c48
9 changed files with 150 additions and 97 deletions
+4
View File
@@ -3052,6 +3052,10 @@ static void Init_Bootstrap_Mixfiles(void)
bool ok = MFCD::Cache("LOCAL.MIX");
assert(ok);
new MFCD("edhi.mix", &FastKey);
ok = MFCD::Cache("edhi.mix");
assert(ok);
#if 1
new MFCD("HIRES.MIX", &FastKey);
ok = MFCD::Cache("HIRES.MIX");