bsnes/higan/fc/system/video.cpp

7 lines
131 B
C++

auto System::configureVideoPalette() -> void {
Emulator::video.setPalette();
}
auto System::configureVideoEffects() -> void {
}