mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 19:44:57 +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
|
||||
extern u32 m_addressPBs;
|
||||
static float ratioFactor;
|
||||
static u32 gLastBlock;
|
||||
u32 gLastBlock;
|
||||
|
||||
|
||||
// Vectors and other things
|
||||
|
|
Loading…
Add table
Reference in a new issue