mirror of
https://github.com/libretro/Mu.git
synced 2026-07-09 02:08:10 +00:00
Include standard headers (for PS2).
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
#ifndef PORTABILITY_H
|
||||
#define PORTABILITY_H
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#include <limits.h>
|
||||
|
||||
//threads
|
||||
#if defined(EMU_MULTITHREADED)
|
||||
|
||||
Reference in New Issue
Block a user