summarylogtreecommitdiffstats
path: root/overlay.diff
diff options
context:
space:
mode:
authorAnuskuss2022-09-09 20:26:19 +0200
committerAnuskuss2022-09-09 20:26:19 +0200
commit6dca3e40eb28c522e8d46dc423523937aea1d888 (patch)
tree8b19a4ae9e2502034cc8bfd9b3ae866cbad58c77 /overlay.diff
parent0c2c21cade5f435f62a075cf95391b9ca998e2ea (diff)
downloadaur-6dca3e40eb28c522e8d46dc423523937aea1d888.tar.gz
Updated to latest version (massive improvements!)
Fixes many games which would crash at the start like Captain Toad, Donkey Kong Country, Mario Kart 8 and Yoshi's Woolly World
Diffstat (limited to 'overlay.diff')
-rw-r--r--overlay.diff5
1 files changed, 0 insertions, 5 deletions
diff --git a/overlay.diff b/overlay.diff
index 6be6cde2c278..7ef31cf81880 100644
--- a/overlay.diff
+++ b/overlay.diff
@@ -147,7 +147,6 @@
// update vram
g_renderer->GetVRAMInfo(g_state.vramUsage, g_state.vramTotal);
-new file mode 100644
--- /dev/null
+++ b/src/util/SystemInfo/SystemInfo.cpp
@@ -0,0 +1,34 @@
@@ -186,7 +185,6 @@ new file mode 100644
+ out.user = user;
+}
\ No newline at end of file
-new file mode 100644
--- /dev/null
+++ b/src/util/SystemInfo/SystemInfo.h
@@ -0,0 +1,17 @@
@@ -208,7 +206,6 @@ new file mode 100644
+void QueryProcTime(ProcessorTime &out);
+void QueryCoreTimes(uint32 count, ProcessorTime out[]);
\ No newline at end of file
-new file mode 100644
--- /dev/null
+++ b/src/util/SystemInfo/SystemInfoLinux.cpp
@@ -0,0 +1,67 @@
@@ -280,7 +277,6 @@ new file mode 100644
+
+#endif
\ No newline at end of file
-new file mode 100644
--- /dev/null
+++ b/src/util/SystemInfo/SystemInfoStub.cpp
@@ -0,0 +1,25 @@
@@ -310,7 +306,6 @@ new file mode 100644
+
+#endif
\ No newline at end of file
-new file mode 100644
--- /dev/null
+++ b/src/util/SystemInfo/SystemInfoWin.cpp
@@ -0,0 +1,72 @@