mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-31 02:00:27 +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:
@@ -5,7 +5,9 @@
|
||||
#include <nall/range.hpp>
|
||||
#include <nall/serializer.hpp>
|
||||
#include <nall/stdint.hpp>
|
||||
#if !defined(PLATFORM_ANDROID)
|
||||
#include <nall/cipher/chacha20.hpp>
|
||||
#endif
|
||||
|
||||
#if defined(PLATFORM_LINUX) && __has_include(<sys/random.h>)
|
||||
#include <sys/random.h>
|
||||
@@ -125,6 +127,7 @@ private:
|
||||
|
||||
}
|
||||
|
||||
#if !defined(PLATFORM_ANDROID)
|
||||
namespace CSPRNG {
|
||||
|
||||
//XChaCha20 cryptographically secure pseudo-random number generator
|
||||
@@ -153,6 +156,7 @@ private:
|
||||
};
|
||||
|
||||
}
|
||||
#endif
|
||||
|
||||
//
|
||||
|
||||
|
Reference in New Issue
Block a user