mirror of
https://github.com/libretro/ppsspp.git
synced 2025-03-01 05:05:42 +00:00
Remove duplicate declaration of GPUCommon::CmdFunc
This commit is contained in:
parent
0b4b2bfe9c
commit
a78365e73d
@ -110,6 +110,6 @@ bool GPU_Init(GraphicsContext *ctx, Draw::DrawContext *draw) {
|
||||
|
||||
void GPU_Shutdown() {
|
||||
delete gpu;
|
||||
gpu = 0;
|
||||
gpu = nullptr;
|
||||
gpuDebug = 0;
|
||||
}
|
||||
|
@ -300,7 +300,6 @@ protected:
|
||||
GraphicsContext *gfxCtx_;
|
||||
Draw::DrawContext *draw_;
|
||||
|
||||
typedef void (GPUCommon::*CmdFunc)(u32 op, u32 diff);
|
||||
struct CommandInfo {
|
||||
uint64_t flags;
|
||||
GPUCommon::CmdFunc func;
|
||||
|
Loading…
x
Reference in New Issue
Block a user