mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-18 01:14:56 +00:00
pad somehow working
This commit is contained in:
parent
da9adf84c0
commit
e1b64617a8
3 changed files with 11 additions and 7 deletions
|
@ -1,13 +1,13 @@
|
|||
#include "emulator.h"
|
||||
|
||||
#include <Core/PS4/HLE/Graphics/graphics_render.h>
|
||||
#include <Emulator/HLE/Libraries/LibPad/controller.h>
|
||||
#include <Util/Singleton.h>
|
||||
#include <vulkan_util.h>
|
||||
|
||||
#include "Core/PS4/HLE/Graphics/video_out.h"
|
||||
#include "Emulator/HLE/Libraries/LibPad/pad.h"
|
||||
#include "version.h"
|
||||
#include <Emulator/HLE/Libraries/LibPad/controller.h>
|
||||
|
||||
namespace Emu {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue