mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Put some stuff in the gfx plugins into namespaces, so that the symbols won't collide if someone decides to merge the gfx plugins into dolphin too. still more things left to do though.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6972 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -51,6 +51,9 @@
|
||||
#include "DLCache.h"
|
||||
#include "Debugger.h"
|
||||
|
||||
namespace DX9
|
||||
{
|
||||
|
||||
static int s_fps = 0;
|
||||
|
||||
static int s_recordWidth;
|
||||
@ -243,9 +246,6 @@ void TeardownDeviceObjects()
|
||||
TextureConverter::Shutdown();
|
||||
}
|
||||
|
||||
namespace DX9
|
||||
{
|
||||
|
||||
// Init functions
|
||||
Renderer::Renderer()
|
||||
{
|
||||
@ -1397,4 +1397,4 @@ void Renderer::SetInterlacingMode()
|
||||
// TODO
|
||||
}
|
||||
|
||||
}
|
||||
} // namespace DX9
|
||||
|
Reference in New Issue
Block a user