mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-18 09:24:58 +00:00
refactored libpad to new package
This commit is contained in:
parent
93e75481c7
commit
c488b7132d
5 changed files with 8 additions and 8 deletions
|
@ -7,7 +7,7 @@
|
|||
#include <vulkan_util.h>
|
||||
|
||||
#include "core/PS4/HLE/Graphics/video_out.h"
|
||||
#include "Emulator/HLE/Libraries/LibPad/pad.h"
|
||||
#include "core/hle/libraries/libpad/pad.h"
|
||||
#include "Emulator/Util/singleton.h"
|
||||
#include "version.h"
|
||||
|
||||
|
@ -302,7 +302,7 @@ void DrawBuffer(HLE::Libs::Graphics::VideoOutVulkanImage* image) {
|
|||
}
|
||||
|
||||
void keyboardEvent(SDL_Event* event) {
|
||||
using Emulator::HLE::Libraries::LibPad::ScePadButton;
|
||||
using Core::Libraries::LibPad::ScePadButton;
|
||||
|
||||
if (event->type == SDL_EVENT_KEY_DOWN || event->type == SDL_EVENT_KEY_UP) {
|
||||
u32 button = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue