aboutsummaryrefslogtreecommitdiff
path: root/src/Savestate.cpp
diff options
context:
space:
mode:
authorArisotura <thetotalworm@gmail.com>2023-11-04 00:21:46 +0100
committerArisotura <thetotalworm@gmail.com>2023-11-04 00:21:46 +0100
commitac38faef1409553c016a2a8c9a8cf74f2e5e0249 (patch)
treea16a9e245c40c345d4a5007306b7b83224e3e5a2 /src/Savestate.cpp
parentf188c2cf1a275dbe9d79683e3d66b765eb816804 (diff)
update copyright years
Diffstat (limited to 'src/Savestate.cpp')
-rw-r--r--src/Savestate.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Savestate.cpp b/src/Savestate.cpp
index 546c16e..77c2e62 100644
--- a/src/Savestate.cpp
+++ b/src/Savestate.cpp
@@ -1,5 +1,5 @@
/*
- Copyright 2016-2022 melonDS team
+ Copyright 2016-2023 melonDS team
This file is part of melonDS.
@@ -378,4 +378,4 @@ u32 Savestate::FindSection(const char* magic) const
// We've reached the end of the file without finding the requested section...
Log(LogLevel::Error, "savestate: section %s not found. blarg\n", magic);
return NO_SECTION;
-} \ No newline at end of file
+}