evdev gun support cleanup

This commit is contained in:
Megamouse 2022-11-27 12:20:05 +01:00
parent 2805fe0a06
commit 5188293242
10 changed files with 342 additions and 350 deletions

View file

@ -9,7 +9,6 @@
#include "Emu/perf_monitor.hpp"
#include "Emu/vfs_config.h"
#include "Emu/IPC_config.h"
#include "Input/evdev_gun_handler.h"
#include "Emu/Cell/ErrorCodes.h"
#include "Emu/Cell/PPUThread.h"
@ -2738,9 +2737,6 @@ void Emulator::CleanUp()
{
// Deinitialize object manager to prevent any hanging objects at program exit
g_fxo->clear();
// deinitialize gun
evdev_gun_handler::shutdown();
}
std::string Emulator::GetFormattedTitle(double fps) const