update copyright year and add missing GPL headers

This commit is contained in:
RSDuck 2021-03-12 20:07:24 +01:00
parent a08f70e3a5
commit 436b3c4c1d
133 changed files with 459 additions and 113 deletions

View File

@ -18,7 +18,7 @@ FILETYPE VFT_APP
VALUE "FileVersion", "${MELONDS_VERSION}"
VALUE "FileDescription", "DS emulator, sorta. also 1st quality melon."
VALUE "InternalName", "SDnolem"
VALUE "LegalCopyright", "2016-2020 Arisotura & co."
VALUE "LegalCopyright", "2016-2021 Arisotura & co."
VALUE "LegalTrademarks", ""
VALUE "OriginalFilename", "zafkflzdasd.exe"
VALUE "ProductName", "melonDS"

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,3 +1,21 @@
/*
Copyright 2016-2021 Arisotura, RSDuck
This file is part of melonDS.
melonDS is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option)
any later version.
melonDS is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with melonDS. If not, see http://www.gnu.org/licenses/.
*/
#include "ARMJIT.h"
#include <string.h>

View File

@ -1,3 +1,21 @@
/*
Copyright 2016-2021 Arisotura, RSDuck
This file is part of melonDS.
melonDS is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option)
any later version.
melonDS is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with melonDS. If not, see http://www.gnu.org/licenses/.
*/
#ifndef ARMJIT_H
#define ARMJIT_H

View File

@ -1,3 +1,21 @@
/*
Copyright 2016-2021 Arisotura, RSDuck
This file is part of melonDS.
melonDS is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option)
any later version.
melonDS is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with melonDS. If not, see http://www.gnu.org/licenses/.
*/
#include "ARMJIT_Compiler.h"
using namespace Arm64Gen;

View File

@ -1,3 +1,21 @@
/*
Copyright 2016-2021 Arisotura, RSDuck
This file is part of melonDS.
melonDS is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option)
any later version.
melonDS is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with melonDS. If not, see http://www.gnu.org/licenses/.
*/
#include "ARMJIT_Compiler.h"
using namespace Arm64Gen;

View File

@ -1,3 +1,21 @@
/*
Copyright 2016-2021 Arisotura, RSDuck
This file is part of melonDS.
melonDS is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option)
any later version.
melonDS is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with melonDS. If not, see http://www.gnu.org/licenses/.
*/
#include "ARMJIT_Compiler.h"
#include "../ARMJIT_Internal.h"

View File

@ -1,3 +1,21 @@
/*
Copyright 2016-2021 Arisotura, RSDuck
This file is part of melonDS.
melonDS is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option)
any later version.
melonDS is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with melonDS. If not, see http://www.gnu.org/licenses/.
*/
#ifndef ARMJIT_A64_COMPILER_H
#define ARMJIT_A64_COMPILER_H

View File

@ -1,3 +1,21 @@
/*
Copyright 2016-2021 Arisotura, RSDuck
This file is part of melonDS.
melonDS is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option)
any later version.
melonDS is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with melonDS. If not, see http://www.gnu.org/licenses/.
*/
#include "../ARMJIT_x64/ARMJIT_Offsets.h"
.text

View File

@ -1,3 +1,21 @@
/*
Copyright 2016-2021 Arisotura, RSDuck
This file is part of melonDS.
melonDS is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option)
any later version.
melonDS is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with melonDS. If not, see http://www.gnu.org/licenses/.
*/
#include "ARMJIT_Compiler.h"
#include "../Config.h"

View File

@ -1,3 +1,21 @@
/*
Copyright 2016-2021 Arisotura, RSDuck
This file is part of melonDS.
melonDS is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option)
any later version.
melonDS is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with melonDS. If not, see http://www.gnu.org/licenses/.
*/
#include "ARMJIT_Compiler.h"
using namespace Gen;

View File

@ -1,3 +1,21 @@
/*
Copyright 2016-2021 Arisotura, RSDuck
This file is part of melonDS.
melonDS is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option)
any later version.
melonDS is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with melonDS. If not, see http://www.gnu.org/licenses/.
*/
#include "ARMJIT_Compiler.h"
using namespace Gen;

View File

@ -1,3 +1,21 @@
/*
Copyright 2016-2021 Arisotura, RSDuck
This file is part of melonDS.
melonDS is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option)
any later version.
melonDS is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with melonDS. If not, see http://www.gnu.org/licenses/.
*/
#include "ARMJIT_Compiler.h"
#include "../ARMInterpreter.h"

View File

@ -1,3 +1,21 @@
/*
Copyright 2016-2021 Arisotura, RSDuck
This file is part of melonDS.
melonDS is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option)
any later version.
melonDS is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with melonDS. If not, see http://www.gnu.org/licenses/.
*/
#ifndef ARMJIT_X64_COMPILER_H
#define ARMJIT_X64_COMPILER_H

View File

@ -1,3 +1,21 @@
/*
Copyright 2016-2021 Arisotura, RSDuck
This file is part of melonDS.
melonDS is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option)
any later version.
melonDS is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with melonDS. If not, see http://www.gnu.org/licenses/.
*/
#include "../ARM.h"
int main(int argc, char* argv[])

View File

@ -1,3 +1,21 @@
/*
Copyright 2016-2021 Arisotura, RSDuck
This file is part of melonDS.
melonDS is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option)
any later version.
melonDS is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with melonDS. If not, see http://www.gnu.org/licenses/.
*/
.intel_syntax noprefix
#include "ARMJIT_Offsets.h"

View File

@ -1,3 +1,21 @@
/*
Copyright 2016-2021 Arisotura, RSDuck
This file is part of melonDS.
melonDS is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option)
any later version.
melonDS is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with melonDS. If not, see http://www.gnu.org/licenses/.
*/
#include "ARMJIT_Compiler.h"
#include "../Config.h"

View File

@ -1,3 +1,21 @@
/*
Copyright 2016-2021 Arisotura, RSDuck
This file is part of melonDS.
melonDS is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option)
any later version.
melonDS is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with melonDS. If not, see http://www.gnu.org/licenses/.
*/
#define ARM_CPSR_offset 0x64
#define ARM_Cycles_offset 0xc
#define ARM_StopExecution_offset 0x10

View File

@ -1,3 +1,21 @@
/*
Copyright 2016-2021 Arisotura, RSDuck
This file is part of melonDS.
melonDS is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option)
any later version.
melonDS is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with melonDS. If not, see http://www.gnu.org/licenses/.
*/
#include "ARM_InstrInfo.h"
#include <stdio.h>

View File

@ -1,3 +1,21 @@
/*
Copyright 2016-2021 Arisotura, RSDuck
This file is part of melonDS.
melonDS is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option)
any later version.
melonDS is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with melonDS. If not, see http://www.gnu.org/licenses/.
*/
#ifndef ARMINSTRINFO_H
#define ARMINSTRINFO_H

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,3 +1,21 @@
/*
Copyright 2016-2021 Arisotura
This file is part of melonDS.
melonDS is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option)
any later version.
melonDS is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with melonDS. If not, see http://www.gnu.org/licenses/.
*/
#include "GPU2D_Soft.h"
#include "GPU.h"

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,3 +1,7 @@
// Copyright 2009 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license_dolphin.txt file included.
// Stubs for Assert.h and Log.h
#pragma once

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2020 Arisotura
Copyright 2016-2021 Arisotura
This file is part of melonDS.

Some files were not shown because too many files have changed in this diff Show More