aboutsummaryrefslogtreecommitdiff
path: root/frontend/main.h
diff options
context:
space:
mode:
authornotaz2012-10-29 01:08:35 +0200
committernotaz2012-11-02 03:03:39 +0200
commitfa56d36096cd4ab2b227ce2aa61c8404b8874689 (patch)
tree21fafd8723022995c1ec9e00914cd1478a3d0476 /frontend/main.h
parentb7569147823a8fc5a9de98e5d491da906e119296 (diff)
downloadpcsx_rearmed-fa56d36096cd4ab2b227ce2aa61c8404b8874689.tar.gz
pcsx_rearmed-fa56d36096cd4ab2b227ce2aa61c8404b8874689.tar.bz2
pcsx_rearmed-fa56d36096cd4ab2b227ce2aa61c8404b8874689.zip
move blit to core, allow filtering while blitting
also adds libpicofe to pull filters from, and filter related UI stuff
Diffstat (limited to 'frontend/main.h')
-rw-r--r--frontend/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/main.h b/frontend/main.h
index 56e1e73..a03db8b 100644
--- a/frontend/main.h
+++ b/frontend/main.h
@@ -65,7 +65,7 @@ enum sched_action {
SACTION_NEXT_SSLOT,
SACTION_PREV_SSLOT,
SACTION_TOGGLE_FSKIP,
- SACTION_TOGGLE_RENDERER,
+ SACTION_SWITCH_DISPMODE,
SACTION_SCREENSHOT,
SACTION_VOLUME_UP,
SACTION_VOLUME_DOWN,