Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ClusterM committed Feb 23, 2018
1 parent 624dc11 commit 771ab8e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
4 changes: 3 additions & 1 deletion retroarch.hmod/bin/retroarch-clover-child
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ while [ $# -gt 0 ]; do
[ "$1" == "--save-screenshot-on-quit" ] && screenshot=$2
[ "$1" == "--save-data-backing-file" ] && sram=$2
[ "$1" == "--graphic-filter" ] && filter=$2
[ "$1" == "--video-mode" ] && [ "$2" == "crt-filter" ] && filter=crt720 && crt=1
[ "$1" == "--video-mode" ] && [ "$2" == "crt-filter" ] && filter=crt720
[ "$1" == "--video-mode" ] && [ "$2" == "keep-aspect-ratio" ] && filter=gpu720
[ "$1" == "--video-mode" ] && [ "$2" == "pixel-perfect" ] && filter=ppu
[ "$1" == "--ra-extra" ] && extra=$2
Expand All @@ -34,6 +34,8 @@ while [ $# -gt 0 ]; do
shift
done

[ "$filter" == "crt720" ] && crt=1

[ -z "$timefile_save" ] && timefile_save=$save$t_suffix
[ -z "$timefile_load" ] && timefile_load=$load$t_suffix

Expand Down
8 changes: 8 additions & 0 deletions retroarch.hmod/etc/libretro/retroarch-core-options.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,11 @@ genesis_plus_gx_lowpass_range = "60"
genesis_plus_gx_aspect_ratio = "auto"
genesis_plus_gx_overclock = "100%"
genesis_plus_gx_no_sprite_limit = "disabled"
fceumm_use_ntsc = "enabled"
fceumm_overscan_h = "disabled"
fceumm_overscan_v = "enabled"
fceumm_sndvolume = "150"
fceumm_sndquality = "Very High"
fceumm_swapduty = "disabled"
fceumm_zapper_mode = "pointer"
fceumm_show_crosshair = "enabled"
2 changes: 1 addition & 1 deletion retroarch.hmod/readme.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
=== RetroArch module for hakchi ===
version 1.1
version 1.1b

This is a hakchi/hakchi2 module which adds libretro cores and RetroArch frontend to your NES/SNES Mini.

Expand Down

0 comments on commit 771ab8e

Please sign in to comment.