PSP2: Disable alpha

This commit is contained in:
Jeffrey Pfau 2015-07-24 22:48:43 -07:00
parent 47332ef017
commit 96add00a5b
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ int main() {
int activeKeys = 0;
vita2d_init();
vita2d_texture* tex = vita2d_create_empty_texture(256, 256);
vita2d_texture* tex = vita2d_create_empty_texture_format(256, 256, SCE_GXM_TEXTURE_FORMAT_X8U8U8U8_1BGR);
renderer.outputBuffer = vita2d_texture_get_datap(tex);
renderer.outputBufferStride = 256;