fix one of the cursed bugs

This commit is contained in:
Arisotura
2024-10-23 20:33:31 +02:00
parent d68b58f37e
commit 1428bfb2cf
3 changed files with 10 additions and 11 deletions

View File

@ -664,7 +664,6 @@ void EmuThread::updateRenderer()
{
if (videoRenderer != lastVideoRenderer)
{
printf("creating renderer %d\n", videoRenderer);
switch (videoRenderer)
{
case renderer3D_Software: