Bump copyright year

This commit is contained in:
TuxSH
2018-06-14 18:13:57 +02:00
parent 7f7a9fab2d
commit 1600171ffa
198 changed files with 224 additions and 224 deletions

View File

@@ -1,6 +1,6 @@
/*
* This file is part of Luma3DS
* Copyright (C) 2016-2017 Aurora Wright, TuxSH
* Copyright (C) 2016-2018 Aurora Wright, TuxSH
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -196,7 +196,7 @@ void main(void)
break;
case UPDATE_BRIGHTNESS:
updateBrightness(*(vu32 *)ARM11_PARAMETERS_ADDRESS);
break;
break;
case DEINIT_SCREENS:
deinitScreens();
break;