mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00: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:
parent
69535bef92
commit
aeac44596a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue