mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
VideoBackends/Null: Remove unnecessary includes
This commit is contained in:
@ -13,6 +13,7 @@
|
||||
#include "VideoBackends/Null/VertexManager.h"
|
||||
#include "VideoBackends/Null/VideoBackend.h"
|
||||
|
||||
#include "Common/Common.h"
|
||||
#include "Common/MsgHandler.h"
|
||||
|
||||
#include "VideoCommon/FramebufferManager.h"
|
||||
@ -97,4 +98,10 @@ void VideoBackend::Shutdown()
|
||||
|
||||
ShutdownShared();
|
||||
}
|
||||
|
||||
std::string VideoBackend::GetDisplayName() const
|
||||
{
|
||||
// i18n: Null is referring to the null video backend, which renders nothing
|
||||
return _trans("Null");
|
||||
}
|
||||
} // namespace Null
|
||||
|
Reference in New Issue
Block a user