get rid of GP2X_BUILD checks where they are not really needed
[gpsp.git] / memory.c
index 9a08df0..c0d4f11 100644 (file)
--- a/memory.c
+++ b/memory.c
@@ -3115,9 +3115,7 @@ void bios_region_read_allow()
 
 void bios_region_read_protect()
 {
-#ifdef GP2X_BUILD
   memory_map_read[0] = NULL;
-#endif
 }