Skip to content

Commit

Permalink
beetle mess with pixel format
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph Mattiello <[email protected]>
  • Loading branch information
JoeMatt committed Dec 31, 2024
1 parent f7ac592 commit 86aab29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cores/BeetlePSX/PVBeetlePSXCore/PVBeetlePSXCoreBridge.mm
Original file line number Diff line number Diff line change
Expand Up @@ -140,15 +140,15 @@ - (BOOL)supportsCheatCode { return YES; }
//}
//
- (GLenum)pixelFormat {
return GL_UNSIGNED_SHORT_5_6_5;
return GL_RGBA;
}

- (GLenum)pixelType {
return GL_UNSIGNED_BYTE;
}

- (GLenum)internalPixelFormat {
return GL_UNSIGNED_SHORT_5_6_5;
return GL_RGBA;
}

//- (BOOL)isDoubleBuffered {
Expand Down

0 comments on commit 86aab29

Please sign in to comment.