summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinNoGUI
diff options
context:
space:
mode:
authorJordan Woyak <jordan.woyak@gmail.com>2025-03-11 21:12:06 -0500
committerJordan Woyak <jordan.woyak@gmail.com>2025-03-12 21:09:16 -0500
commit5b36c13bfb7a9e3c33fb57ad881e65fb8ae223ea (patch)
tree1403654db927f834be21f7ed00b4618a51f3d377 /Source/Core/DolphinNoGUI
parentde997d616fb013735bb40a3e0bb945c776bd1a16 (diff)
VideoCommon: Rename Renderer to EFBInterface.
Diffstat (limited to 'Source/Core/DolphinNoGUI')
-rw-r--r--Source/Core/DolphinNoGUI/PlatformMacos.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DolphinNoGUI/PlatformMacos.mm b/Source/Core/DolphinNoGUI/PlatformMacos.mm
index c58cf2b05f..b941858013 100644
--- a/Source/Core/DolphinNoGUI/PlatformMacos.mm
+++ b/Source/Core/DolphinNoGUI/PlatformMacos.mm
@@ -8,8 +8,8 @@
#include "Core/Core.h"
#include "Core/State.h"
#include "Core/System.h"
+#include "VideoCommon/EFBInterface.h"
#include "VideoCommon/Present.h"
-#include "VideoCommon/RenderBase.h"
#include <AppKit/AppKit.h>
#include <Carbon/Carbon.h>