mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 02:38:37 +12:00
Remove HERE macro
Some cleanup. Add location to some functions.
This commit is contained in:
parent
d25c401aec
commit
36c8654fb8
130 changed files with 969 additions and 889 deletions
|
@ -43,7 +43,7 @@ namespace gl
|
|||
case rsx::primitive_type::quad_strip: return GL_TRIANGLE_STRIP;
|
||||
case rsx::primitive_type::polygon: return GL_TRIANGLES;
|
||||
default:
|
||||
fmt::throw_exception("unknown primitive type" HERE);
|
||||
fmt::throw_exception("unknown primitive type");
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -471,7 +471,7 @@ namespace gl
|
|||
case rsx::primitive_type::polygon:
|
||||
return false;
|
||||
default:
|
||||
fmt::throw_exception("unknown primitive type" HERE);
|
||||
fmt::throw_exception("unknown primitive type");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue