From: Dimitris Panokostas Date: Thu, 15 Jan 2026 16:08:13 +0000 (+0100) Subject: Remove ifdef X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=44683d61970a0c6b9006ee5b1c618ce265e261f3;p=francis%2Fwinuae.git Remove ifdef --- diff --git a/consolehook.cpp b/consolehook.cpp index db5c0dfd..a67940b5 100644 --- a/consolehook.cpp +++ b/consolehook.cpp @@ -85,14 +85,12 @@ void consolehook_config (struct uae_prefs *p, const TCHAR *custom_path) int roms[8]; roms[0] = 11; roms[1] = 15; -#ifdef AMIBERRY roms[2] = 276; roms[3] = 281; roms[4] = 286; roms[5] = 291; roms[6] = 304; roms[7] = -1; -#endif consoleopen = 0; default_prefs (p, true, 0);