DeSmuME is a Nintendo DS emulator
Go to file
riccardom f3d37a17a1 GPU: Fix compiler warnings (#3436995)
gcc throws some compiler warnings in GPU.cpp because it's
passing NULL for an u32 argument. NULL is only used for
pointers, correct should be to pass the numeric value 0.

From: hanno boeck
2011-11-13 13:51:23 +00:00
desmume GPU: Fix compiler warnings (#3436995) 2011-11-13 13:51:23 +00:00
tools fix that with less warnings 2011-08-23 22:27:29 +00:00