diff --git a/libsnes/bsnes/target-libsnes/libsnes_pwrap.cpp b/libsnes/bsnes/target-libsnes/libsnes_pwrap.cpp index c0ad72489d..2062c27459 100644 --- a/libsnes/bsnes/target-libsnes/libsnes_pwrap.cpp +++ b/libsnes/bsnes/target-libsnes/libsnes_pwrap.cpp @@ -796,8 +796,7 @@ bool Handle_QUERY(eMessage msg) int layer = ReadPipe(); int priority = ReadPipe(); bool enable = ReadPipe(); - //TODO - readd this - //snes_set_layer_enable(layer,priority,enable); + snes_set_layer_enable(layer,priority,enable); break; } diff --git a/output/dll/libsneshawk-32-compatibility.exe b/output/dll/libsneshawk-32-compatibility.exe index 063171157d..e21ca0073c 100644 Binary files a/output/dll/libsneshawk-32-compatibility.exe and b/output/dll/libsneshawk-32-compatibility.exe differ diff --git a/output/dll/libsneshawk-32-performance.exe b/output/dll/libsneshawk-32-performance.exe index 6228d7cf97..ac8683a082 100644 Binary files a/output/dll/libsneshawk-32-performance.exe and b/output/dll/libsneshawk-32-performance.exe differ