mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 16:01:42 +12:00
evdev gun support cleanup
This commit is contained in:
parent
2805fe0a06
commit
5188293242
10 changed files with 342 additions and 350 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue