mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-26 12:16:20 +00:00
Merge pull request #6578 from JosJuice/remove-projection-hacks
Remove support for projection hacks
This commit is contained in:
commit
c6d0d9a01f
14 changed files with 4 additions and 228 deletions
|
@ -51,11 +51,6 @@
|
|||
#include "VideoCommon/VideoConfig.h"
|
||||
#include "VideoCommon/XFMemory.h"
|
||||
|
||||
void VideoConfig::UpdateProjectionHack()
|
||||
{
|
||||
::UpdateProjectionHack(g_Config.phack);
|
||||
}
|
||||
|
||||
namespace OGL
|
||||
{
|
||||
VideoConfig g_ogl_config;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue