mirror of https://github.com/mgba-emu/mgba.git
GB: Move DMG_LR35902_FREQUENCY for GBA build
This commit is contained in:
parent
0601c6f21c
commit
0d088f6e99
|
@ -11,6 +11,7 @@
|
||||||
|
|
||||||
#define FRAME_CYCLES (DMG_LR35902_FREQUENCY >> 9)
|
#define FRAME_CYCLES (DMG_LR35902_FREQUENCY >> 9)
|
||||||
|
|
||||||
|
const uint32_t DMG_LR35902_FREQUENCY = 0x400000;
|
||||||
static const int CLOCKS_PER_BLIP_FRAME = 0x1000;
|
static const int CLOCKS_PER_BLIP_FRAME = 0x1000;
|
||||||
static const unsigned BLIP_BUFFER_SIZE = 0x4000;
|
static const unsigned BLIP_BUFFER_SIZE = 0x4000;
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,6 @@
|
||||||
#include "util/patch.h"
|
#include "util/patch.h"
|
||||||
#include "util/vfs.h"
|
#include "util/vfs.h"
|
||||||
|
|
||||||
const uint32_t DMG_LR35902_FREQUENCY = 0x400000;
|
|
||||||
const uint32_t CGB_LR35902_FREQUENCY = 0x800000;
|
const uint32_t CGB_LR35902_FREQUENCY = 0x800000;
|
||||||
const uint32_t SGB_LR35902_FREQUENCY = 0x418B1E;
|
const uint32_t SGB_LR35902_FREQUENCY = 0x418B1E;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue