fix compile [again]

This commit is contained in:
starfrost013
2025-09-11 14:49:28 +01:00
parent 6bf703bc59
commit f73e6af2e5
2 changed files with 7 additions and 6 deletions

View File

@@ -17,7 +17,6 @@
#include <stdbool.h>
#include <stdint.h>
#include <86Box/nv/vid_nv.h>
extern const device_config_t nv1_config[]; // Config for RIVA 128 (revision A/B)

View File

@@ -18,13 +18,8 @@
#include <stdbool.h>
#include <stdint.h>
#include <86Box/nv/vid_nv.h>
#include <86Box/nv/vid_nv4_defines.h>
extern const device_config_t nv4_config[];
extern nv4_t* nv4; // Allocated at device startup
// Structures
typedef struct nv4_s
{
@@ -46,6 +41,13 @@ typedef struct nv4_ptimer_s
} nv4_ptimer_t;
//
// Globals
//
extern const device_config_t nv4_config[];
extern nv4_t* nv4; // Allocated at device startup
//
// Functions
//