Skip to content

Commit

Permalink
Update main.c
Browse files Browse the repository at this point in the history
  • Loading branch information
israpps authored Jun 5, 2024
1 parent ba8722b commit 915e5f5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,11 @@ static u8 have_vmc_fs = 0;
#ifdef XFROM
static u8 have_Flash_modules = 0;
#endif

#ifdef MX4SIO
static u8 mx4sio_driver_running = 0;
#endif

//State of whether DEV9 was successfully loaded or not.
static u8 ps2dev9_loaded = 0;

Expand Down

0 comments on commit 915e5f5

Please sign in to comment.