mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-05-07 13:37:46 +00:00
gl: inline draw_state::test_property because msvc doesnt do it for us
This commit is contained in:
parent
6828d4b3c2
commit
5ede331da5
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ struct driver_state
|
|||
return !!test;
|
||||
}
|
||||
|
||||
const bool test_property(GLenum property, u32 test) const
|
||||
inline bool test_property(GLenum property, u32 test) const
|
||||
{
|
||||
auto found = properties.find(property);
|
||||
if (found == properties.end())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue