aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/vice/files/patch-src_cbm2_cbm2-stubs.c
blob: edaeeb48a35e573519b4cf21fe94c42f7fe1b9cc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- src/cbm2/cbm2-stubs.c.orig	2024-12-24 19:12:44 UTC
+++ src/cbm2/cbm2-stubs.c
@@ -71,6 +71,7 @@ int parallel_cable_cpu_resources_init(void)
     return -1;
 }
 
+#if 0
 int rsuser_cmdline_options_init(void)
 {
     return -1;
@@ -79,3 +80,4 @@ int rsuser_resources_init(void)
 {
     return -1;
 }
+#endif