From c4422a43e1be48d957231468e8ad9eecad5613c2 Mon Sep 17 00:00:00 2001 From: Daniel Collin Date: Fri, 29 Mar 2024 19:01:09 +0100 Subject: [PATCH] Some more console debugger fixes --- src/dummy.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/dummy.cpp b/src/dummy.cpp index 618b267a..e390eaff 100644 --- a/src/dummy.cpp +++ b/src/dummy.cpp @@ -140,7 +140,7 @@ static void dummy_close(void) { // Dummy function to acquire an input device static int dummy_acquire(int device_id, int exclusive) { - UNIMPLEMENTED(); + //UNIMPLEMENTED(); return 0; // Return 0 for success, -1 for failure } @@ -1514,11 +1514,11 @@ int target_get_volume_name(uaedev_mount_info*, uaedev_config_info*, bool, bool, #endif void target_inputdevice_acquire() { - UNIMPLEMENTED(); + //UNIMPLEMENTED(); } void target_inputdevice_unacquire() { - UNIMPLEMENTED(); + //UNIMPLEMENTED(); } bool target_isrelativemode() {