mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-22 05:40:15 -06:00
GPU done
This commit is contained in:
@ -20,6 +20,7 @@
|
||||
#define GPU3D_H
|
||||
|
||||
#include <array>
|
||||
#include "Savestate.h"
|
||||
|
||||
namespace GPU3D
|
||||
{
|
||||
@ -85,6 +86,8 @@ bool Init();
|
||||
void DeInit();
|
||||
void Reset();
|
||||
|
||||
void DoSavestate(Savestate* file);
|
||||
|
||||
void ExecuteCommand();
|
||||
|
||||
void Run(s32 cycles);
|
||||
|
Reference in New Issue
Block a user