mirror of https://github.com/bsnes-emu/bsnes.git
Build updates for SameBoy 0.14.4
This commit is contained in:
parent
56e359af28
commit
8c1f41e65a
|
@ -1,4 +1,7 @@
|
||||||
flags += -DGB_INTERNAL -DGB_DISABLE_DEBUGGER -DGB_DISABLE_CHEATS -D_GNU_SOURCE -Wno-multichar
|
include gb/version.mk
|
||||||
|
export VERSION
|
||||||
|
|
||||||
|
flags += -DGB_INTERNAL -DGB_DISABLE_DEBUGGER -DGB_DISABLE_CHEATS -D_GNU_SOURCE -DGB_VERSION=\"$(VERSION)\" -Wno-multichar
|
||||||
options += -I../sameboy
|
options += -I../sameboy
|
||||||
|
|
||||||
objects += gb-apu gb-camera gb-rumble gb-display gb-gb gb-joypad gb-mbc
|
objects += gb-apu gb-camera gb-rumble gb-display gb-gb gb-joypad gb-mbc
|
||||||
|
|
|
@ -183,7 +183,7 @@ auto Presentation::create() -> void {
|
||||||
.setName("SameBoy")
|
.setName("SameBoy")
|
||||||
.setLogo(Resource::SameBoy)
|
.setLogo(Resource::SameBoy)
|
||||||
.setDescription("Super Game Boy emulator")
|
.setDescription("Super Game Boy emulator")
|
||||||
.setVersion("0.13.6")
|
.setVersion("0.14.4")
|
||||||
.setCopyright("Lior Halphon")
|
.setCopyright("Lior Halphon")
|
||||||
.setLicense("MIT")
|
.setLicense("MIT")
|
||||||
.setWebsite("https://sameboy.github.io")
|
.setWebsite("https://sameboy.github.io")
|
||||||
|
|
Loading…
Reference in New Issue