psx - disc swapping tiny fixes
This commit is contained in:
parent
7f44621f97
commit
f6fd73fe1c
|
@ -366,7 +366,7 @@ namespace BizHawk.Emulation.Cores.Sony.PSX
|
|||
|
||||
int w = fb.width;
|
||||
int h = fb.height;
|
||||
BufferWidth = w;
|
||||
BufferWidth = w;
|
||||
BufferHeight = h;
|
||||
|
||||
switch (_Settings.ResolutionMode)
|
||||
|
|
Binary file not shown.
|
@ -1877,7 +1877,7 @@ EW_EXPORT s32 shock_SetDisc(void* psx, ShockDiscRef* disc)
|
|||
s_CurrDisc = disc;
|
||||
|
||||
//set the disc to the CDC, but since its necessarily open to insert, this is false
|
||||
CDC->SetDisc(false,s_CurrDisc,s_CurrDiscInfo.id);
|
||||
CDC->SetDisc(true,s_CurrDisc,s_CurrDiscInfo.id);
|
||||
|
||||
return SHOCK_OK;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue