コード例 #1
0
ファイル: stubs.cpp プロジェクト: eehrich/fs-uae
void ahi_hsync (void) {
    VERBOSE_STUB("");
}
コード例 #2
0
ファイル: input.cpp プロジェクト: lunixbochs/fs-uae-gles
static TCHAR *get_kb_uniquename (int kb) {
    VERBOSE_STUB("(possible memory leak here)");
    return strdup("KEYBOARD0");
}
コード例 #3
0
ファイル: input.cpp プロジェクト: lunixbochs/fs-uae-gles
static void read_joystick (void) {
    VERBOSE_STUB("");
}
コード例 #4
0
ファイル: input.cpp プロジェクト: lunixbochs/fs-uae-gles
static TCHAR *get_kb_friendlyname (int kb) {
    VERBOSE_STUB("(possible memory leak here)");
    return strdup("Default Keyboard");
}