mirror of
https://github.com/86Box/86Box.git
synced 2026-02-28 09:54:21 -07:00
fix compile [again]
This commit is contained in:
@@ -17,7 +17,6 @@
|
|||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <86Box/nv/vid_nv.h>
|
|
||||||
|
|
||||||
extern const device_config_t nv1_config[]; // Config for RIVA 128 (revision A/B)
|
extern const device_config_t nv1_config[]; // Config for RIVA 128 (revision A/B)
|
||||||
|
|
||||||
|
|||||||
@@ -18,13 +18,8 @@
|
|||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <86Box/nv/vid_nv.h>
|
|
||||||
#include <86Box/nv/vid_nv4_defines.h>
|
#include <86Box/nv/vid_nv4_defines.h>
|
||||||
|
|
||||||
extern const device_config_t nv4_config[];
|
|
||||||
|
|
||||||
extern nv4_t* nv4; // Allocated at device startup
|
|
||||||
|
|
||||||
// Structures
|
// Structures
|
||||||
typedef struct nv4_s
|
typedef struct nv4_s
|
||||||
{
|
{
|
||||||
@@ -46,6 +41,13 @@ typedef struct nv4_ptimer_s
|
|||||||
} nv4_ptimer_t;
|
} nv4_ptimer_t;
|
||||||
|
|
||||||
|
|
||||||
|
//
|
||||||
|
// Globals
|
||||||
|
//
|
||||||
|
extern const device_config_t nv4_config[];
|
||||||
|
|
||||||
|
extern nv4_t* nv4; // Allocated at device startup
|
||||||
|
|
||||||
//
|
//
|
||||||
// Functions
|
// Functions
|
||||||
//
|
//
|
||||||
|
|||||||
Reference in New Issue
Block a user