mirror of https://github.com/bsnes-emu/bsnes.git
6 lines
129 B
C++
6 lines
129 B
C++
|
auto PPU::Line::renderWindow(PPU::IO::WindowLayer&) -> void {
|
||
|
}
|
||
|
|
||
|
auto PPU::Line::renderWindow(PPU::IO::WindowColor&) -> void {
|
||
|
}
|