mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-02-23 06:32:32 +01:00
byuu says: Changelog: * yes. But seriously, a list of changes on a pre-alpha GUI is going to get annoying. Basically, work on embedding stuff in the binary, firmware loading (both appended to the ROM and in a firmware/ subfolder) added, SGB games can be loaded, config file holds more values for driver settings, added ruby drivers to other platforms, etc.
8 lines
194 B
C++
8 lines
194 B
C++
namespace Resource {
|
|
namespace Sprite {
|
|
extern const nall::vector<uint8_t> CrosshairRed;
|
|
extern const nall::vector<uint8_t> CrosshairGreen;
|
|
extern const nall::vector<uint8_t> CrosshairBlue;
|
|
}
|
|
}
|