Fix 3ds build and update libpicasso
This commit is contained in:
@@ -140,6 +140,7 @@ void HidGlfw::HandleAxisKey(GLFWgamepadstate s, int iK, int eA, bool negative) {
|
|||||||
}
|
}
|
||||||
} // namespace PD
|
} // namespace PD
|
||||||
#else
|
#else
|
||||||
|
struct GLFWgamepadstate {};
|
||||||
namespace PD {
|
namespace PD {
|
||||||
|
|
||||||
HidGlfw::HidGlfw(GLFWwindow* win) : HidDriver("HidGlfw") {}
|
HidGlfw::HidGlfw(GLFWwindow* win) : HidDriver("HidGlfw") {}
|
||||||
@@ -149,6 +150,7 @@ HidGlfw::~HidGlfw() {}
|
|||||||
void HidGlfw::Update() {
|
void HidGlfw::Update() {
|
||||||
HidDriver::Update(); // clear stats
|
HidDriver::Update(); // clear stats
|
||||||
}
|
}
|
||||||
void HidGlfw::HandleAxisKey(GLFWgamepadstate s, int iK, int eA) {}
|
void HidGlfw::HandleAxisKey(GLFWgamepadstate s, int iK, int eA, bool negative) {
|
||||||
|
}
|
||||||
} // namespace PD
|
} // namespace PD
|
||||||
#endif
|
#endif
|
||||||
Vendored
+1
-1
Submodule vendor/libpicasso updated: a6b1e8ddbd...27d11f8f64
Reference in New Issue
Block a user