mirror of
https://github.com/libretro/beetle-pce-fast-libretro.git
synced 2024-11-26 17:40:40 +00:00
Cleanup
This commit is contained in:
parent
34ac45b465
commit
bcc5863896
@ -1050,7 +1050,7 @@ static void LoadCommonPre(void)
|
||||
static int LoadCommon(void)
|
||||
{
|
||||
int x;
|
||||
VDC_Init(false);
|
||||
VDC_Init();
|
||||
|
||||
{
|
||||
HuCPU.PCERead[0xF8] = BaseRAMRead;
|
||||
|
@ -1087,7 +1087,7 @@ void VDC_Power(void)
|
||||
}
|
||||
}
|
||||
|
||||
void VDC_Init(int sgx)
|
||||
void VDC_Init(void)
|
||||
{
|
||||
unlimited_sprites = MDFN_GetSettingB("pce_fast.nospritelimit");
|
||||
defined_width[1] = MDFN_GetSettingUI("pce_fast.hoverscan");
|
||||
|
@ -165,7 +165,7 @@ static INLINE uint8 VDC_Read(unsigned int A)
|
||||
|
||||
DECLFW(VCE_Write);
|
||||
|
||||
void VDC_Init(int sgx) MDFN_COLD;
|
||||
void VDC_Init(void) MDFN_COLD;
|
||||
void VDC_Close(void) MDFN_COLD;
|
||||
void VDC_Reset(void) MDFN_COLD;
|
||||
void VDC_Power(void) MDFN_COLD;
|
||||
|
Loading…
Reference in New Issue
Block a user