mirror of
https://github.com/ksherlock/ample.git
synced 2024-11-05 01:05:29 +00:00
fix bgfx; as of 0.252, -video bgfx is required. also, add Fighters effect
This commit is contained in:
parent
11ba25588b
commit
c6edfe91f2
@ -119,6 +119,9 @@
|
||||
<menuItem title="LCD Grid" tag="5" id="A6k-ku-z2M">
|
||||
<modifierMask key="keyEquivalentModifierMask"/>
|
||||
</menuItem>
|
||||
<menuItem title="Fighters" id="1aA-ge-f8R">
|
||||
<modifierMask key="keyEquivalentModifierMask"/>
|
||||
</menuItem>
|
||||
</items>
|
||||
</menu>
|
||||
</popUpButtonCell>
|
||||
|
@ -121,6 +121,7 @@ static NSString *EffectsStrings[] = {
|
||||
@"crt-geom",
|
||||
@"crt-geom-deluxe",
|
||||
@"lcd-grid",
|
||||
@"Fighters",
|
||||
};
|
||||
|
||||
|
||||
@ -521,6 +522,9 @@ static NSString *ShellQuote(NSString *s) {
|
||||
|
||||
|
||||
if (_mameBGFX) {
|
||||
[argv addObject: @"-video"];
|
||||
[argv addObject: @"bgfx"];
|
||||
|
||||
if (_mameBackend) {
|
||||
[argv addObject: @"-bgfx_backend"];
|
||||
[argv addObject: BackendStrings[_mameBackend]];
|
||||
|
Loading…
Reference in New Issue
Block a user