1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-22 18:53:28 +01:00

rsx: Remove unnecessary debug pragma

This commit is contained in:
kd-11 2023-02-02 21:36:29 +03:00 committed by kd-11
parent 504bd93007
commit 4bfba20877

View File

@ -1,7 +1,6 @@
#include "stdafx.h" #include "stdafx.h"
#include "overlay_message.h" #include "overlay_message.h"
#include "Emu/RSX/RSXThread.h" #include "Emu/RSX/RSXThread.h"
#pragma optimize("", off)
namespace rsx namespace rsx
{ {