mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-01-21 05:08:01 +00:00
libretro: Remove unused LibretroHost.
This commit is contained in:
parent
55c8b5b601
commit
b8758a3cac
@ -33,7 +33,6 @@
|
||||
#include "Core/HLE/__sceAudio.h"
|
||||
#include "Core/HW/MemoryStick.h"
|
||||
#include "Core/HW/StereoResampler.h"
|
||||
#include "Core/Host.h"
|
||||
#include "Core/MemMap.h"
|
||||
#include "Core/System.h"
|
||||
#include "Core/CoreTiming.h"
|
||||
@ -385,8 +384,6 @@ namespace Libretro
|
||||
|
||||
using namespace Libretro;
|
||||
|
||||
class LibretroHost : public Host {};
|
||||
|
||||
class PrintfLogger : public LogListener
|
||||
{
|
||||
public:
|
||||
@ -1268,8 +1265,6 @@ void retro_init(void)
|
||||
g_Config.bDiscordPresence = false;
|
||||
|
||||
g_VFS.Register("", new DirectoryReader(retro_base_dir));
|
||||
|
||||
host = new LibretroHost();
|
||||
}
|
||||
|
||||
void retro_deinit(void)
|
||||
@ -1280,9 +1275,6 @@ void retro_deinit(void)
|
||||
delete printfLogger;
|
||||
printfLogger = nullptr;
|
||||
|
||||
delete host;
|
||||
host = nullptr;
|
||||
|
||||
libretro_supports_bitmasks = false;
|
||||
libretro_supports_option_categories = false;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user