mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 13:20:27 -06:00
quickfix for the build problem. no, I don't like all these globals either.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4236 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -32,7 +32,7 @@
|
|||||||
// Externals
|
// Externals
|
||||||
extern u32 m_addressPBs;
|
extern u32 m_addressPBs;
|
||||||
static float ratioFactor;
|
static float ratioFactor;
|
||||||
static u32 gLastBlock;
|
u32 gLastBlock;
|
||||||
|
|
||||||
|
|
||||||
// Vectors and other things
|
// Vectors and other things
|
||||||
|
Reference in New Issue
Block a user