| 1013 | } |
| 1014 | |
| 1015 | void MTGS::ToggleSoftwareRendering() |
| 1016 | { |
| 1017 | // reading from the GS thread.. but should be okay here |
| 1018 | SetSoftwareRendering(GSIsHardwareRenderer(), EmuConfig.GS.InterlaceMode); |
| 1019 | } |
| 1020 | |
| 1021 | bool MTGS::SaveMemorySnapshot(u32 window_width, u32 window_height, bool apply_aspect, bool crop_borders, |
| 1022 | u32* width, u32* height, std::vector<u32>* pixels) |
nothing calls this directly
no test coverage detected