mirror of https://github.com/bsnes-emu/bsnes.git
9 lines
216 B
C++
9 lines
216 B
C++
|
namespace Resource {
|
||
|
extern const nall::vector<uint8_t> Logo;
|
||
|
namespace System {
|
||
|
extern const nall::vector<uint8_t> Manifest;
|
||
|
extern const nall::vector<uint8_t> Boards;
|
||
|
extern const nall::vector<uint8_t> IPLROM;
|
||
|
}
|
||
|
}
|