mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2024-11-14 13:27:41 -07:00
Fix division by zero
This commit is contained in:
parent
043244a56d
commit
347f4a79fd
@ -497,7 +497,7 @@ void EmuThread::run()
|
|||||||
if (NDS->GPU.GetRenderer3D().NeedsShaderCompile())
|
if (NDS->GPU.GetRenderer3D().NeedsShaderCompile())
|
||||||
{
|
{
|
||||||
compileShaders();
|
compileShaders();
|
||||||
nlines = 0;
|
nlines = 1;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user