mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-06-02 04:36:57 -06:00
commit
4b0b65c0c5
@ -23,7 +23,7 @@
|
|||||||
#if defined(_MSC_VER)
|
#if defined(_MSC_VER)
|
||||||
#define force_inline __forceinline
|
#define force_inline __forceinline
|
||||||
#else
|
#else
|
||||||
#define force_inline __attribute__((always_inline))
|
#define force_inline __attribute__((always_inline)) inline
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(_MSC_VER) && _MSC_VER <= 1800
|
#if defined(_MSC_VER) && _MSC_VER <= 1800
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
Subproject commit 6c292d3ba78533fed7b5ec46bb93b53419cf6535
|
Subproject commit 3c5b1e6b31aca0eb52fe7e82a963ff735f1de31b
|
||||||
Loading…
Reference in New Issue
Block a user