This website requires JavaScript.
Explore
Help
Register
Sign In
ShuriZma
/
flycast
mirror of
https://github.com/flyinghead/flycast.git
Watch
1
Star
0
Fork
You've already forked flycast
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3f30dd01ad
flycast
/
core
/
reios
/
reios_elf.h
6 lines
77 B
C
Raw
Normal View
History
Unescape
Escape
Misc cleanup
2021-05-31 17:44:55 +00:00
#
pragma once
Include header guards to prevent multiple inclusions
2018-08-21 13:28:32 +00:00
Misc cleanup
2021-05-31 17:44:55 +00:00
#
include
<string>
reios: Add support for elf booting
2015-03-22 00:16:28 +00:00
Remove "using namespace std;"
2020-03-29 17:29:14 +00:00
bool
reios_loadElf
(
const
std
:
:
string
&
elf
)
;