summaryrefslogtreecommitdiff
path: root/Source/Android/jni/MainAndroid.cpp
diff options
context:
space:
mode:
authorJosJuice <josjuice@gmail.com>2025-08-04 19:49:58 +0200
committerGitHub <noreply@github.com>2025-08-04 19:49:58 +0200
commit222dda3305588beff8cfb720687372ea5d5f53c1 (patch)
tree6a1919acce7809dd0c88a29f84fa04472bb26b67 /Source/Android/jni/MainAndroid.cpp
parent6ca486ffb20bd20d8e3efa20f5dc45beb18613c2 (diff)
parent3b832e84e405ed818442f395bb69147adef497b1 (diff)
Merge pull request #13845 from Dentomologist/host_remove_unnecessary_functions
Host: Remove unnecessary functions
Diffstat (limited to 'Source/Android/jni/MainAndroid.cpp')
-rw-r--r--Source/Android/jni/MainAndroid.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/Source/Android/jni/MainAndroid.cpp b/Source/Android/jni/MainAndroid.cpp
index 7f4daf54dd..646f745a13 100644
--- a/Source/Android/jni/MainAndroid.cpp
+++ b/Source/Android/jni/MainAndroid.cpp
@@ -110,10 +110,6 @@ void Host_PPCBreakpointsChanged()
{
}
-void Host_RefreshDSPDebuggerWindow()
-{
-}
-
bool Host_UIBlocksControllerState()
{
return false;
@@ -163,10 +159,6 @@ void Host_JitProfileDataWiped()
{
}
-void Host_UpdateMainFrame()
-{
-}
-
void Host_RequestRenderWindowSize(int width, int height)
{
std::thread jnicall(UpdatePointer);