mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
Merge pull request #10628 from Minty-Meeo/force_inline-minor-change
Change _WIN32 check to a _MSC_VER check in Inline.h
This commit is contained in:
commit
ac643825ce
@ -3,7 +3,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifdef _WIN32
|
||||
#ifdef _MSC_VER
|
||||
#define DOLPHIN_FORCE_INLINE __forceinline
|
||||
#else
|
||||
#define DOLPHIN_FORCE_INLINE inline __attribute__((always_inline))
|
||||
|
Loading…
Reference in New Issue
Block a user