This website requires JavaScript.
Explore
Help
Register
Sign In
ShuriZma
/
dolphin
mirror of
https://github.com/dolphin-emu/dolphin.git
Watch
1
Star
0
Fork
You've already forked dolphin
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b776ac3d6f
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
(
)
;