This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
dolphin
Watch
1
Star
0
Fork
0
You've already forked dolphin
forked from
dolphin-emu/dolphin
Code
Pull Requests
Activity
Files
00fe5057f13bca3416b9d25a1fe9df27c514b29c
dolphin
/
Source
/
TestSuite
/
ASM
/
source
/
Init.h
11 lines
95 B
C
Raw
Normal View
History
Unescape
Escape
This should largely go unnoticed git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5251 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-03-29 09:26:19 +00:00
extern
FILE
*
f
;
void
die
(
char
*
msg
)
;
void
initialise_fat
(
)
;
void
init_crap
(
)
;
Don't let ASM test crash and burn if it can't open file git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5262 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-04-01 05:52:17 +00:00
void
end
(
)
;
Copy Permalink