Skip to content

Commit

Permalink
Minor cleanups.
Browse files Browse the repository at this point in the history
  • Loading branch information
byuu committed Dec 9, 2019
1 parent 451d945 commit d2efef7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions higan/sfc/coprocessor/icd/icd.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ struct ICD : Platform, GameBoy::SuperGameBoyInterface, Thread {

uint8 hcounter;
uint8 vcounter;

Node::Object gameBoyRoot;
};

#else
Expand Down
4 changes: 0 additions & 4 deletions higan/sfc/coprocessor/icd/interface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ auto ICD::ppuWrite(uint2 color) -> void {
output[address + 1] = output[address + 1] << 1 | color.bit(1);
}

//auto ICD::apuWrite(double left, double right) -> void {
// stream->sample(left, right);
//}

auto ICD::joypWrite(uint1 p14, uint1 p15) -> void {
//joypad handling
if(p14 == 1 && p15 == 1) {
Expand Down
2 changes: 0 additions & 2 deletions higan/target-higan/emulator/platform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ auto Emulator::open(higan::Node::Object node, string name, vfs::file::mode mode,
}
}

print(higan::Node::serialize(node), "\n");

if(MessageDialog()
.setTitle("Warning")
.setText({"Missing required file:\n",
Expand Down

0 comments on commit d2efef7

Please sign in to comment.