forked from Hay1tsme/segatools
amex/config.c: Rename from cfg.c
Easier to type and more consistent with its identifiers.
This commit is contained in:
@ -2,6 +2,6 @@
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
#include "amex/cfg.h"
|
||||
#include "amex/config.h"
|
||||
|
||||
HRESULT amex_hook_init(const struct amex_config *cfg);
|
||||
|
@ -6,7 +6,7 @@
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "amex/cfg.h"
|
||||
#include "amex/config.h"
|
||||
|
||||
void ds_config_load(struct ds_config *cfg, const wchar_t *filename)
|
||||
{
|
@ -7,6 +7,7 @@
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "amex/config.h"
|
||||
#include "amex/ds.h"
|
||||
#include "amex/nvram.h"
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
#include "amex/cfg.h"
|
||||
#include "amex/config.h"
|
||||
|
||||
DEFINE_GUID(
|
||||
ds_guid,
|
||||
|
@ -10,7 +10,7 @@
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
#include "amex/cfg.h"
|
||||
#include "amex/config.h"
|
||||
#include "amex/eeprom.h"
|
||||
#include "amex/nvram.h"
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
#include "amex/cfg.h"
|
||||
#include "amex/config.h"
|
||||
|
||||
DEFINE_GUID(
|
||||
eeprom_guid,
|
||||
|
@ -4,6 +4,7 @@
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "amex/config.h"
|
||||
#include "amex/gpio.h"
|
||||
|
||||
#include "hook/iohook.h"
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
#include "amex/cfg.h"
|
||||
#include "amex/config.h"
|
||||
|
||||
DEFINE_GUID(
|
||||
gpio_guid,
|
||||
|
@ -8,6 +8,7 @@
|
||||
#include <assert.h>
|
||||
#include <stddef.h>
|
||||
|
||||
#include "amex/config.h"
|
||||
#include "amex/jvs.h"
|
||||
|
||||
#include "hook/iobuf.h"
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
#include "amex/cfg.h"
|
||||
#include "amex/config.h"
|
||||
|
||||
#include "jvs/jvs-bus.h"
|
||||
|
||||
|
@ -9,8 +9,8 @@ amex_lib = static_library(
|
||||
sources : [
|
||||
'amex.c',
|
||||
'amex.h',
|
||||
'cfg.c',
|
||||
'cfg.h',
|
||||
'config.c',
|
||||
'config.h',
|
||||
'ds.c',
|
||||
'ds.h',
|
||||
'eeprom.c',
|
||||
|
@ -10,6 +10,7 @@
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
#include "amex/config.h"
|
||||
#include "amex/sram.h"
|
||||
#include "amex/nvram.h"
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
#include "amex/cfg.h"
|
||||
#include "amex/config.h"
|
||||
|
||||
DEFINE_GUID(
|
||||
sram_guid,
|
||||
|
Reference in New Issue
Block a user