File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -117,12 +117,6 @@ void PCSX::Emulator::vsync() {
117
117
g_system->update (true );
118
118
m_cheats->ApplyCheats ();
119
119
120
- if (m_vblank_count_hideafter) {
121
- if (!(--m_vblank_count_hideafter)) {
122
- PCSX::g_emulator->m_gpu ->showScreenPic (NULL );
123
- }
124
- }
125
-
126
120
if (m_config.RewindInterval > 0 && !(++m_rewind_counter % m_config.RewindInterval )) {
127
121
// CreateRewindState();
128
122
}
Original file line number Diff line number Diff line change @@ -211,7 +211,6 @@ class Emulator {
211
211
212
212
// It is safe if these overflow
213
213
uint32_t m_rewind_counter = 0 ;
214
- uint8_t m_vblank_count_hideafter = 0 ;
215
214
216
215
// Used for overclocking
217
216
// Make the timing events trigger faster as we are currently assuming everything
You can’t perform that action at this time.
0 commit comments