示例#1
0
文件: stubs.cpp 项目: eehrich/fs-uae
void ahi_hsync (void) {
    VERBOSE_STUB("");
}
示例#2
0
static TCHAR *get_kb_uniquename (int kb) {
    VERBOSE_STUB("(possible memory leak here)");
    return strdup("KEYBOARD0");
}
示例#3
0
static void read_joystick (void) {
    VERBOSE_STUB("");
}
示例#4
0
static TCHAR *get_kb_friendlyname (int kb) {
    VERBOSE_STUB("(possible memory leak here)");
    return strdup("Default Keyboard");
}