mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-25 20:16:53 +01:00
fix for Issue 128
This commit is contained in:
parent
3adc7865be
commit
4ba03ee791
@ -1116,7 +1116,9 @@ bool LoadVBAROM(int method)
|
|||||||
|
|
||||||
void InitialisePalette()
|
void InitialisePalette()
|
||||||
{
|
{
|
||||||
|
#ifdef CARLLOG
|
||||||
log("InitialisePalette();");
|
log("InitialisePalette();");
|
||||||
|
#endif
|
||||||
int i;
|
int i;
|
||||||
// Build GBPalette
|
// Build GBPalette
|
||||||
for( i = 0; i < 24; )
|
for( i = 0; i < 24; )
|
||||||
|
Loading…
Reference in New Issue
Block a user