Skip to content

Commit d124c0e

Browse files
github-actions[bot]github-actions
andauthored
dep: update RGBDS to v1.0.1 (#123)
Co-authored-by: github-actions <github-actions@github.com>
1 parent 2b03251 commit d124c0e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

patches/rgbds.patch

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
diff --git a/CMakeLists.txt b/CMakeLists.txt
2-
index c62a0e9d..39d357b2 100644
2+
index 25852c02..c8ad3e66 100644
33
--- a/CMakeLists.txt
44
+++ b/CMakeLists.txt
55
@@ -74,7 +74,7 @@ endif()
@@ -12,7 +12,7 @@ index c62a0e9d..39d357b2 100644
1212
OUTPUT_VARIABLE GIT_REV OUTPUT_STRIP_TRAILING_WHITESPACE
1313
ERROR_QUIET)
1414
diff --git a/Makefile b/Makefile
15-
index a0e7a07c..8bf8921f 100644
15+
index 3908ee03..7eeb4ee0 100644
1616
--- a/Makefile
1717
+++ b/Makefile
1818
@@ -24,7 +24,7 @@ PNGLDFLAGS := `${PKG_CONFIG} --libs-only-L libpng`
@@ -47,10 +47,10 @@ index 1e2c7780..3ad648a8 100644
4747
| label directive
4848
;
4949
diff --git a/src/asm/symbol.cpp b/src/asm/symbol.cpp
50-
index 571dd2f3..e9dd14ff 100644
50+
index 5c26f010..d613886c 100644
5151
--- a/src/asm/symbol.cpp
5252
+++ b/src/asm/symbol.cpp
53-
@@ -776,3 +776,33 @@ void sym_Init(time_t now) {
53+
@@ -782,3 +782,33 @@ void sym_Init(time_t now) {
5454
sym_AddEqu("__UTC_MINUTE__"s, time_utc->tm_min)->isBuiltin = true;
5555
sym_AddEqu("__UTC_SECOND__"s, time_utc->tm_sec)->isBuiltin = true;
5656
}

rgbds

Submodule rgbds updated 271 files

0 commit comments

Comments
 (0)