Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

Commit

Permalink
Remove icarus, merge heuristics into bsnes.
Browse files Browse the repository at this point in the history
  • Loading branch information
byuu committed Aug 1, 2019
1 parent 0e56b27 commit 9e8913c
Show file tree
Hide file tree
Showing 66 changed files with 6 additions and 2,575 deletions.
3 changes: 0 additions & 3 deletions .cirrus.yml
Expand Up @@ -14,7 +14,6 @@ linux-x86_64-binaries_task:
- mkdir bsnes-nightly/Firmware
- cp -a bsnes/out/bsnes bsnes-nightly/bsnes
- cp -a bsnes/Database/* bsnes-nightly/Database
- cp -a icarus/Database/* bsnes-nightly/Database
- cp -a GPLv3.txt bsnes-nightly
- zip -r bsnes-nightly.zip bsnes-nightly

Expand All @@ -37,7 +36,6 @@ freebsd-x86_64-binaries_task:
- mkdir bsnes-nightly/Firmware
- cp -a bsnes/out/bsnes bsnes-nightly/bsnes
- cp -a bsnes/Database/* bsnes-nightly/Database
- cp -a icarus/Database/* bsnes-nightly/Database
- cp -a GPLv3.txt bsnes-nightly
- zip -r bsnes-nightly.zip bsnes-nightly

Expand All @@ -60,7 +58,6 @@ windows-x86_64-binaries_task:
- mkdir bsnes-nightly/Firmware
- cp -a bsnes/out/bsnes bsnes-nightly/bsnes.exe
- cp -a bsnes/Database/* bsnes-nightly/Database
- cp -a icarus/Database/* bsnes-nightly/Database
- cp -a GPLv3.txt bsnes-nightly
- zip -r bsnes-nightly.zip bsnes-nightly

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 0 additions & 2 deletions bsnes/target-bsnes/GNUmakefile
Expand Up @@ -30,7 +30,6 @@ ifeq ($(platform),macos)
mkdir -p out/$(name).app/Contents/Resources/
mv out/$(name) out/$(name).app/Contents/MacOS/$(name)
cp Database/* out/$(name).app/Contents/MacOS/Database/
cp ../icarus/Database/* out/$(name).app/Contents/MacOS/Database/
cp $(ui)/resource/$(name).plist out/$(name).app/Contents/Info.plist
sips -s format icns $(ui)/resource/$(name).png --out out/$(name).app/Contents/Resources/$(name).icns
endif
Expand Down Expand Up @@ -58,7 +57,6 @@ else ifneq ($(filter $(platform),linux bsd),)
cp $(ui)/resource/$(name).desktop $(prefix)/share/applications/$(name).desktop
cp $(ui)/resource/$(name).png $(prefix)/share/icons/$(name).png
cp Database/* $(prefix)/share/$(name)/Database/
cp ../icarus/Database/* $(prefix)/share/$(name)/Database/
cp Locale/* $(prefix)/share/$(name)/Locale/
endif

Expand Down
12 changes: 6 additions & 6 deletions bsnes/target-bsnes/program/platform.cpp
@@ -1,10 +1,10 @@
#include <nall/encode/bmp.hpp>
#include <icarus/heuristics/heuristics.hpp>
#include <icarus/heuristics/heuristics.cpp>
#include <icarus/heuristics/super-famicom.cpp>
#include <icarus/heuristics/game-boy.cpp>
#include <icarus/heuristics/bs-memory.cpp>
#include <icarus/heuristics/sufami-turbo.cpp>
#include <heuristics/heuristics.hpp>
#include <heuristics/heuristics.cpp>
#include <heuristics/super-famicom.cpp>
#include <heuristics/game-boy.cpp>
#include <heuristics/bs-memory.cpp>
#include <heuristics/sufami-turbo.cpp>

//ROM data is held in memory to support compressed archives, soft-patching, and game hacks
auto Program::open(uint id, string name, vfs::file::mode mode, bool required) -> vfs::shared::file {
Expand Down
Binary file removed icarus/Firmware/cx4.data.rom
Binary file not shown.
Binary file removed icarus/Firmware/sgb1.boot.rom
Binary file not shown.
Binary file removed icarus/Firmware/sgb2.boot.rom
Binary file not shown.
38 changes: 0 additions & 38 deletions icarus/core/bs-memory.cpp

This file was deleted.

39 changes: 0 additions & 39 deletions icarus/core/colecovision.cpp

This file was deleted.

129 changes: 0 additions & 129 deletions icarus/core/core.cpp

This file was deleted.

0 comments on commit 9e8913c

Please sign in to comment.