mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
fixed some graphics problems with loading savestates (for example, wrong colors on title screen of metroid prime 3)
This commit is contained in:
parent
19b0b02ad7
commit
2be579e8ba
10 changed files with 107 additions and 58 deletions
|
@ -22,6 +22,8 @@
|
|||
#include "XFMemory.h"
|
||||
#include "PixelShaderGen.h"
|
||||
|
||||
class PointerWrap;
|
||||
|
||||
// The non-API dependent parts.
|
||||
class PixelShaderManager
|
||||
{
|
||||
|
@ -30,6 +32,7 @@ public:
|
|||
static void Init();
|
||||
static void Dirty();
|
||||
static void Shutdown();
|
||||
static void DoState(PointerWrap &p);
|
||||
|
||||
static void SetConstants(); // sets pixel shader constants
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue