mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2024-11-14 05:17:40 -07:00
remove unused variable
This commit is contained in:
parent
31cfe2ee8f
commit
793590da3a
@ -804,7 +804,6 @@ void GPU3D::StallPolygonPipeline(s32 delay, s32 nonstalldelay) noexcept
|
|||||||
|
|
||||||
void GPU3D::HangGX(const char* cause) noexcept
|
void GPU3D::HangGX(const char* cause) noexcept
|
||||||
{
|
{
|
||||||
GXHang = true;
|
|
||||||
Platform::Log(LogLevel::Warn, "GX CRASHED: %s\n", cause);
|
Platform::Log(LogLevel::Warn, "GX CRASHED: %s\n", cause);
|
||||||
// this should hang the gx for roughly... 2181 years?
|
// this should hang the gx for roughly... 2181 years?
|
||||||
// I think that's close enough to forever for our usecase.
|
// I think that's close enough to forever for our usecase.
|
||||||
|
Loading…
Reference in New Issue
Block a user