]> git.sesse.net Git - pistorm/blobdiff - config_file/config_file.h
Add dumb framebuffer RTG
[pistorm] / config_file / config_file.h
index 4a3e5f407b7686a6761b925e1f5f2b1a35daf6c8..358a570027fa668d2706b02eda0a3d9e280105bf 100644 (file)
@@ -82,7 +82,7 @@ struct platform_config {
   int (*platform_initial_setup)(struct emulator_config *cfg);
   void (*handle_reset)(struct emulator_config *cfg);
   void (*shutdown)(struct emulator_config *cfg);
-  void (*setvar)(char *var, char *val);
+  void (*setvar)(struct emulator_config *cfg, char *var, char *val);
 };
 
 unsigned int get_m68k_cpu_type(char *name);