mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-02-20 15:40:23 +00:00
Disable texture_cache::emit_once (MSVC crash)
This commit is contained in:
parent
955be34914
commit
a93a40e8d9
@ -510,13 +510,13 @@ namespace rsx
|
|||||||
template <typename... Args>
|
template <typename... Args>
|
||||||
void err_once(const char* fmt, const Args&... params)
|
void err_once(const char* fmt, const Args&... params)
|
||||||
{
|
{
|
||||||
emit_once(true, fmt, params...);
|
logs::RSX.error(fmt, params...);
|
||||||
}
|
}
|
||||||
|
|
||||||
template <typename... Args>
|
template <typename... Args>
|
||||||
void warn_once(const char* fmt, const Args&... params)
|
void warn_once(const char* fmt, const Args&... params)
|
||||||
{
|
{
|
||||||
emit_once(false, fmt, params...);
|
logs::RSX.warning(fmt, params...);
|
||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user