/* * Cdrom for Psemu Pro like Emulators * * By: linuzappz * */ #if defined (__linux__) #include "cdr-linux.c" #else #include "cdr-null.c" #endif