mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-26 12:16:20 +00:00
system changes
This commit is contained in:
parent
9a6af372a0
commit
a9b02e2c1f
2 changed files with 1 additions and 9 deletions
|
@ -33,15 +33,14 @@
|
|||
#include "IOS/USB/Emulated/Infinity.h"
|
||||
#include "IOS/USB/Emulated/Skylanders/Skylander.h"
|
||||
#include "IOS/USB/USBScanner.h"
|
||||
#include "VideoCommon/Assets/CustomResourceManager.h"
|
||||
#include "VideoCommon/CommandProcessor.h"
|
||||
#include "VideoCommon/Fifo.h"
|
||||
#include "VideoCommon/GeometryShaderManager.h"
|
||||
#include "VideoCommon/GraphicsModEditor/EditorMain.h"
|
||||
#include "VideoCommon/GraphicsModSystem/Runtime/CustomResourceManager.h"
|
||||
#include "VideoCommon/GraphicsModSystem/Runtime/GraphicsModManager.h"
|
||||
#include "VideoCommon/PixelEngine.h"
|
||||
#include "VideoCommon/PixelShaderManager.h"
|
||||
#include "VideoCommon/Resources/CustomResourceManager.h"
|
||||
#include "VideoCommon/VertexShaderManager.h"
|
||||
#include "VideoCommon/XFStateManager.h"
|
||||
|
||||
|
@ -100,7 +99,6 @@ struct System::Impl
|
|||
Interpreter m_interpreter;
|
||||
JitInterface m_jit_interface;
|
||||
VideoCommon::CustomResourceManager m_custom_resource_manager;
|
||||
VideoCommon::CustomResourceManager m_custom_resource_manager;
|
||||
FifoPlayer m_fifo_player;
|
||||
FifoRecorder m_fifo_recorder;
|
||||
Movie::MovieManager m_movie;
|
||||
|
@ -346,11 +344,6 @@ VideoCommon::CustomResourceManager& System::GetCustomResourceManager() const
|
|||
return m_impl->m_custom_resource_manager;
|
||||
}
|
||||
|
||||
VideoCommon::CustomResourceManager& System::GetCustomResourceManager() const
|
||||
{
|
||||
return m_impl->m_custom_resource_manager;
|
||||
}
|
||||
|
||||
GraphicsModEditor::EditorMain& System::GetGraphicsModEditor() const
|
||||
{
|
||||
return m_impl->m_graphics_mod_editor;
|
||||
|
|
|
@ -206,7 +206,6 @@ public:
|
|||
XFStateManager& GetXFStateManager() const;
|
||||
VideoInterface::VideoInterfaceManager& GetVideoInterface() const;
|
||||
VideoCommon::CustomResourceManager& GetCustomResourceManager() const;
|
||||
VideoCommon::CustomResourceManager& GetCustomResourceManager() const;
|
||||
GraphicsModEditor::EditorMain& GetGraphicsModEditor() const;
|
||||
GraphicsModSystem::Runtime::GraphicsModManager& GetGraphicsModManager() const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue