renamed all files which are part of the x86 emulator to start with "x86"

This commit is contained in:
Markus Fröschle
2013-12-30 11:24:14 +00:00
parent 4d1dbf1324
commit 5a30b0f61c
16 changed files with 35 additions and 121 deletions

View File

@@ -658,7 +658,7 @@ extern int32_t radeonfb_pci_register(int32_t handle, const struct pci_device_id
extern void radeonfb_pci_unregister(void);
/* global */
extern uint8_t monitor_layout[];
extern const char monitor_layout[];
extern int16_t default_dynclk;
extern int16_t ignore_edid;
extern int16_t mirror;