summarylogtreecommitdiffstats
path: root/overlay.diff
diff options
context:
space:
mode:
Diffstat (limited to 'overlay.diff')
-rw-r--r--overlay.diff12
1 files changed, 0 insertions, 12 deletions
diff --git a/overlay.diff b/overlay.diff
index 339eb9eb8196..6be6cde2c278 100644
--- a/overlay.diff
+++ b/overlay.diff
@@ -1,5 +1,3 @@
-diff --git a/src/Cafe/HW/Latte/Core/LatteOverlay.cpp b/src/Cafe/HW/Latte/Core/LatteOverlay.cpp
-index cb7c9ba..c8ba86a 100644
--- a/src/Cafe/HW/Latte/Core/LatteOverlay.cpp
+++ b/src/Cafe/HW/Latte/Core/LatteOverlay.cpp
@@ -12,30 +12,16 @@
@@ -149,9 +147,7 @@ index cb7c9ba..c8ba86a 100644
// update vram
g_renderer->GetVRAMInfo(g_state.vramUsage, g_state.vramTotal);
-diff --git a/src/util/SystemInfo/SystemInfo.cpp b/src/util/SystemInfo/SystemInfo.cpp
new file mode 100644
-index 0000000..afda4e8
--- /dev/null
+++ b/src/util/SystemInfo/SystemInfo.cpp
@@ -0,0 +1,34 @@
@@ -190,9 +186,7 @@ index 0000000..afda4e8
+ out.user = user;
+}
\ No newline at end of file
-diff --git a/src/util/SystemInfo/SystemInfo.h b/src/util/SystemInfo/SystemInfo.h
new file mode 100644
-index 0000000..1b14038
--- /dev/null
+++ b/src/util/SystemInfo/SystemInfo.h
@@ -0,0 +1,17 @@
@@ -214,9 +208,7 @@ index 0000000..1b14038
+void QueryProcTime(ProcessorTime &out);
+void QueryCoreTimes(uint32 count, ProcessorTime out[]);
\ No newline at end of file
-diff --git a/src/util/SystemInfo/SystemInfoLinux.cpp b/src/util/SystemInfo/SystemInfoLinux.cpp
new file mode 100644
-index 0000000..07fe9ae
--- /dev/null
+++ b/src/util/SystemInfo/SystemInfoLinux.cpp
@@ -0,0 +1,67 @@
@@ -288,9 +280,7 @@ index 0000000..07fe9ae
+
+#endif
\ No newline at end of file
-diff --git a/src/util/SystemInfo/SystemInfoStub.cpp b/src/util/SystemInfo/SystemInfoStub.cpp
new file mode 100644
-index 0000000..3d970d1
--- /dev/null
+++ b/src/util/SystemInfo/SystemInfoStub.cpp
@@ -0,0 +1,25 @@
@@ -320,9 +310,7 @@ index 0000000..3d970d1
+
+#endif
\ No newline at end of file
-diff --git a/src/util/SystemInfo/SystemInfoWin.cpp b/src/util/SystemInfo/SystemInfoWin.cpp
new file mode 100644
-index 0000000..2f39174
--- /dev/null
+++ b/src/util/SystemInfo/SystemInfoWin.cpp
@@ -0,0 +1,72 @@