This website requires JavaScript.
Explore
Help
Sign In
mirror
/
dolphin
Watch
1
Star
0
Fork
0
You've already forked dolphin
mirror of
https://github.com/dolphin-emu/dolphin.git
synced
2025-01-10 00:40:02 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
9cf7cb6cb8
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
(
)
;
Reference in New Issue
Copy Permalink