fixor copyright years.

This commit is contained in:
StapleButter 2018-09-15 02:32:13 +02:00
parent 1d19145983
commit fea7955675
51 changed files with 96 additions and 54 deletions

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2017 StapleButter
Copyright 2016-2019 StapleButter
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2017 StapleButter
Copyright 2016-2019 StapleButter
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2017 StapleButter
Copyright 2016-2019 StapleButter
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2017 StapleButter
Copyright 2016-2019 StapleButter
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2017 StapleButter
Copyright 2016-2019 StapleButter
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2017 StapleButter
Copyright 2016-2019 StapleButter
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2017 StapleButter
Copyright 2016-2019 StapleButter
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2017 StapleButter
Copyright 2016-2019 StapleButter
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2017 StapleButter
Copyright 2016-2019 StapleButter
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2017 StapleButter
Copyright 2016-2019 StapleButter
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2017 StapleButter
Copyright 2016-2019 StapleButter
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2017 StapleButter
Copyright 2016-2019 StapleButter
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2017 StapleButter
Copyright 2016-2019 StapleButter
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2017 StapleButter
Copyright 2016-2019 StapleButter
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2017 StapleButter
Copyright 2016-2019 StapleButter
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2017 StapleButter
Copyright 2016-2019 StapleButter
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2017 StapleButter
Copyright 2016-2019 StapleButter
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2017 StapleButter
Copyright 2016-2019 StapleButter
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2017 StapleButter
Copyright 2016-2019 StapleButter
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2017 StapleButter
Copyright 2016-2019 StapleButter
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2017 StapleButter
Copyright 2016-2019 StapleButter
This file is part of melonDS.
@ -614,12 +614,12 @@ void GPU2D::DrawScanline(u32 line)
for (int i = 0; i < 256; i++)
{
u32 c = dst[i];
u32 r = c << 18;
u32 g = (c << 2) & 0xFC00;
u32 b = (c >> 14) & 0xFC;
c = r | g | b;
dst[i] = c | ((c & 0x00C0C0C0) >> 6) | 0xFF000000;
}
}

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2017 StapleButter
Copyright 2016-2019 StapleButter
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2017 StapleButter
Copyright 2016-2019 StapleButter
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2017 StapleButter
Copyright 2016-2019 StapleButter
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2017 StapleButter
Copyright 2016-2019 StapleButter
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2017 StapleButter
Copyright 2016-2019 StapleButter
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2017 StapleButter
Copyright 2016-2019 StapleButter
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2017 StapleButter
Copyright 2016-2019 StapleButter
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2017 StapleButter
Copyright 2016-2019 StapleButter
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2017 StapleButter
Copyright 2016-2019 StapleButter
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2017 StapleButter
Copyright 2016-2019 StapleButter
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2017 StapleButter
Copyright 2016-2019 StapleButter
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2017 StapleButter
Copyright 2016-2019 StapleButter
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2017 StapleButter
Copyright 2016-2019 StapleButter
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2017 StapleButter
Copyright 2016-2019 StapleButter
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2017 StapleButter
Copyright 2016-2019 StapleButter
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2017 StapleButter
Copyright 2016-2019 StapleButter
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2017 StapleButter
Copyright 2016-2019 StapleButter
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2017 StapleButter
Copyright 2016-2019 StapleButter
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2017 StapleButter
Copyright 2016-2019 StapleButter
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2017 StapleButter
Copyright 2016-2019 StapleButter
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2017 StapleButter
Copyright 2016-2019 StapleButter
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2017 StapleButter
Copyright 2016-2019 StapleButter
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2017 StapleButter
Copyright 2016-2019 StapleButter
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2017 StapleButter
Copyright 2016-2019 StapleButter
This file is part of melonDS.
@ -309,7 +309,7 @@ void Open()
uiBoxAppend(in_ctrl, uiControl(g_key), 1);
uiGrid* b_key = uiNewGrid();
uiGroupSetChild(g_key, uiControl(b_key));
const int width = 120;
for (int i = 0; i < 12; i++)

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2017 StapleButter
Copyright 2016-2019 StapleButter
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2017 StapleButter
Copyright 2016-2019 StapleButter
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2017 StapleButter
Copyright 2016-2019 StapleButter
This file is part of melonDS.
@ -37,6 +37,8 @@
#include "../Platform.h"
#include "../Config.h"
#include "../Savestate.h"
const int kScreenRot[4] = {0, 1, 2, 3};
const int kScreenGap[6] = {0, 1, 8, 64, 90, 128};
@ -1046,6 +1048,46 @@ int main(int argc, char** argv)
return 1;
}
// TESTORZ
u32 zab = 12;
u16 zib = 18;
u8 zob = 9;
u32 zub = 42;
Savestate* dorp = new Savestate("dorp.zog", true);
dorp->Section("BAKA");
dorp->Var32(&zab);
dorp->Var8(&zob);
dorp->Section("SHIT");
dorp->Var16(&zib);
dorp->Var32(&zub);
delete dorp;
zab = 0; zib = 0; zob = 0; zub = 0;
dorp = new Savestate("dorp.zog", false);
dorp->Section("BAKA");
dorp->Var32(&zab);
dorp->Var8(&zob);
dorp->Section("SHIT");
dorp->Var16(&zib);
dorp->Var32(&zub);
delete dorp;
printf("-> %d %d %d %d\n", zab, zib, zob, zub);
zab = 0; zib = 0; zob = 0; zub = 0;
dorp = new Savestate("dorp.zog", false);
dorp->Section("SHIT");
dorp->Var16(&zib);
dorp->Var32(&zub);
dorp->Section("BAKA");
dorp->Var32(&zab);
dorp->Var8(&zob);
delete dorp;
printf("-> %d %d %d %d\n", zab, zib, zob, zub);
// TESTORZ END
Config::Load();
if (!Config::HasConfigFile("bios7.bin") || !Config::HasConfigFile("bios9.bin") || !Config::HasConfigFile("firmware.bin"))

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2017 StapleButter
Copyright 2016-2019 StapleButter
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2017 StapleButter
Copyright 2016-2019 StapleButter
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2017 StapleButter
Copyright 2016-2019 StapleButter
This file is part of melonDS.