notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c19aba4
)
rgb565 fix
author
ToadKing
<toadking@toadking.com>
Tue, 23 Oct 2012 01:37:07 +0000
(21:37 -0400)
committer
ToadKing
<toadking@toadking.com>
Tue, 23 Oct 2012 01:37:07 +0000
(21:37 -0400)
frontend/libretro.c
patch
|
blob
|
blame
|
history
diff --git
a/frontend/libretro.c
b/frontend/libretro.c
index
ad209b3
..
4305aa7
100644
(file)
--- a/
frontend/libretro.c
+++ b/
frontend/libretro.c
@@
-200,7
+200,7
@@
void retro_cheat_set(unsigned index, bool enabled, const char *code)
bool retro_load_game(const struct retro_game_info *info)
{
enum retro_pixel_format fmt = RETRO_PIXEL_FORMAT_RGB565;
- if (
!
environ_cb(RETRO_ENVIRONMENT_SET_PIXEL_FORMAT, &fmt)) {
+ if (environ_cb(RETRO_ENVIRONMENT_SET_PIXEL_FORMAT, &fmt)) {
native_rgb565 = 1;
fprintf(stderr, "RGB565 supported, using it\n");
}