Exemple #1
0
void ahi_hsync (void) {
    VERBOSE_STUB("");
}
Exemple #2
0
static TCHAR *get_kb_uniquename (int kb) {
    VERBOSE_STUB("(possible memory leak here)");
    return strdup("KEYBOARD0");
}
Exemple #3
0
static void read_joystick (void) {
    VERBOSE_STUB("");
}
Exemple #4
0
static TCHAR *get_kb_friendlyname (int kb) {
    VERBOSE_STUB("(possible memory leak here)");
    return strdup("Default Keyboard");
}