Cocoa Port: Due to commit fac70ce fixing FBO issues with older GPUs, OpenGL rendering is now returning to PowerPC Macs. This change effectively reverts commit 4708404.

This commit is contained in:
rogerman 2023-06-19 18:44:14 -07:00
parent 5c805b2de0
commit 8bba9dc955
3 changed files with 89010 additions and 90209 deletions

View File

@ -372,14 +372,6 @@ GPU3DInterface *core3DList[GPU_3D_RENDERER_COUNT+1] = {
rendererID = CORE3DLIST_SWRASTERIZE;
}
#if defined(__ppc__) || defined(__ppc64__)
if ( (rendererID != CORE3DLIST_NULL) && (rendererID != CORE3DLIST_SWRASTERIZE) )
{
puts("DeSmuME: PowerPC Macs only support SoftRasterizer; falling back to SoftRasterizer.");
rendererID = CORE3DLIST_SWRASTERIZE;
}
#endif
gpuEvent->ApplyRender3DSettingsLock();
GPU->Set3DRendererByID((int)rendererID);
gpuEvent->ApplyRender3DSettingsUnlock();

File diff suppressed because it is too large Load Diff