mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-16 16:44:10 +02:00
v109.4
Rename hiro::Property to hiro::Attribute Disable XChaCha20 CSPRNG on Android for now due to compilation issues Add macOS IOKit joypad support [Sintendo]
This commit is contained in:
@@ -352,6 +352,7 @@ struct Keyboard {
|
||||
#if defined(Hiro_Mouse)
|
||||
struct Mouse {
|
||||
enum class Button : uint { Left, Middle, Right };
|
||||
enum class Click : uint { Single, Double };
|
||||
|
||||
Mouse() = delete;
|
||||
|
||||
@@ -410,7 +411,7 @@ struct MessageWindow {
|
||||
};
|
||||
#endif
|
||||
|
||||
#include "property.hpp"
|
||||
#include "attribute.hpp"
|
||||
|
||||
#define Declare(Name) \
|
||||
using type = m##Name; \
|
||||
|
Reference in New Issue
Block a user