Add NX Hid Driver Template
- Add WIP HidNX Driver (clangd not working with devkitpro for switch on windows) - Add default-release as default search path for compile_commands.json - remove mingw preset (casue its exactly the default target) - Move Mouse pos cycle into HidDriver::Update - Test around with HidGlfw on Nintendo switch
This commit is contained in:
@@ -29,7 +29,7 @@ void HorizonNX::Init() {
|
||||
gladLoadGL();
|
||||
glfwSwapInterval(1);
|
||||
PD::Gfx::UseDriver<PD::GfxOpenGL3>();
|
||||
PD::Hid::UseDriver<PD::HidDriver>();
|
||||
PD::Hid::UseDriver<PD::HidGlfw>(impl->win);
|
||||
}
|
||||
|
||||
void HorizonNX::Deinit() {
|
||||
|
||||
Reference in New Issue
Block a user