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:
@@ -1,35 +0,0 @@
|
||||
{
|
||||
"version": 10,
|
||||
"configurePresets": [
|
||||
{
|
||||
"name": "mingw-release",
|
||||
"displayName": "MinGW",
|
||||
"generator": "Ninja",
|
||||
"binaryDir": "${sourceDir}/build/mingw-release",
|
||||
"cacheVariables": {
|
||||
"SPV_EXCLUDE_GLSLANG": "ON",
|
||||
"CMAKE_BUILD_TYPE": "Release"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "mingw-debug",
|
||||
"displayName": "MinGW",
|
||||
"generator": "Ninja",
|
||||
"binaryDir": "${sourceDir}/build/mingw-debug",
|
||||
"cacheVariables": {
|
||||
"SPV_EXCLUDE_GLSLANG": "ON",
|
||||
"CMAKE_BUILD_TYPE": "Debug"
|
||||
}
|
||||
}
|
||||
],
|
||||
"buildPresets": [
|
||||
{
|
||||
"name": "mingw-release",
|
||||
"configurePreset": "mingw-release"
|
||||
},
|
||||
{
|
||||
"name": "mingw-debug",
|
||||
"configurePreset": "mingw-debug"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user