mirror of
https://github.com/dborth/fceugx.git
synced 2025-01-05 21:38:17 +01:00
video corrections, disable read-ahead cache
This commit is contained in:
parent
2507689e55
commit
9ed631add7
@ -186,8 +186,8 @@ bool MountFAT(int method)
|
||||
mounted = false;
|
||||
else if(!fatMountSimple(name, disc))
|
||||
mounted = false;
|
||||
else
|
||||
fatEnableReadAhead(name, 6, 64);
|
||||
//else
|
||||
// fatEnableReadAhead(name, 6, 64);
|
||||
}
|
||||
|
||||
isMounted[method] = mounted;
|
||||
|
@ -367,7 +367,7 @@ draw_square (Mtx v)
|
||||
static void
|
||||
StartGX ()
|
||||
{
|
||||
Mtx p;
|
||||
Mtx44 p;
|
||||
|
||||
GXColor background = { 0, 0, 0, 0xff };
|
||||
|
||||
@ -564,7 +564,7 @@ void
|
||||
ResetVideo_Emu ()
|
||||
{
|
||||
GXRModeObj *rmode;
|
||||
Mtx p;
|
||||
Mtx44 p;
|
||||
|
||||
// set VI modes
|
||||
switch (vmode->viTVMode >> 2)
|
||||
@ -649,7 +649,7 @@ ResetVideo_Emu ()
|
||||
void
|
||||
ResetVideo_Menu ()
|
||||
{
|
||||
Mtx p;
|
||||
Mtx44 p;
|
||||
|
||||
VIDEO_Configure (vmode);
|
||||
VIDEO_ClearFrameBuffer (vmode, xfb[whichfb], COLOR_BLACK);
|
||||
|
Loading…
Reference in New Issue
Block a user