mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-21 06:14:42 +02:00
UWP: Migrate from C++/CX to C++/WinRT
Signed-off-by: SternXD <stern@sidestore.io>
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
#include "pch.h"
|
||||
#include "NKCodeFromWindowsSystem.h"
|
||||
|
||||
using namespace Windows::System;
|
||||
using namespace winrt::Windows::System;
|
||||
|
||||
std::map<Windows::System::VirtualKey, InputKeyCode> virtualKeyCodeToNKCode{
|
||||
std::map<winrt::Windows::System::VirtualKey, InputKeyCode> virtualKeyCodeToNKCode{
|
||||
{ VirtualKey::A, NKCODE_A },
|
||||
{ VirtualKey::B, NKCODE_B },
|
||||
{ VirtualKey::C, NKCODE_C },
|
||||
|
||||
Reference in New Issue
Block a user