diff options
| author | LLLL Colonq <llll@colonq> | 2024-05-07 20:00:17 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2024-05-07 20:00:17 -0400 |
| commit | 9167b9ca9e5de8fddda016fb99a7d926625233bb (patch) | |
| tree | 0346c104c11bf84bacdf83aaacd772f918013f6c /fig-emulator-gb/src/Fig/Emulator/GB/Component/Joystick.hs | |
| parent | a81c92dc2cdff02c55fdc197d943bc7a35c64be5 (diff) | |
fb-emulator-gb: It's not as slow
Diffstat (limited to 'fig-emulator-gb/src/Fig/Emulator/GB/Component/Joystick.hs')
| -rw-r--r-- | fig-emulator-gb/src/Fig/Emulator/GB/Component/Joystick.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fig-emulator-gb/src/Fig/Emulator/GB/Component/Joystick.hs b/fig-emulator-gb/src/Fig/Emulator/GB/Component/Joystick.hs index 84785b6..7519ea5 100644 --- a/fig-emulator-gb/src/Fig/Emulator/GB/Component/Joystick.hs +++ b/fig-emulator-gb/src/Fig/Emulator/GB/Component/Joystick.hs @@ -13,7 +13,7 @@ instance Pretty JoystickError where , b ] -compJoystick :: (MonadIO m, MonadThrow m) => Component m +compJoystick :: Component compJoystick = Component { compState = () , compMatches = (== 0xff00) |
