Commit Graph

21 Commits

Author SHA1 Message Date
Bobby Smith
af0bae142b Add core options to default to 2 or 6 buttons controllers 2023-05-06 18:42:02 +02:00
DisasterMo
63370339c3 Fix Crowdin config & workflow
Also add new languages and update translation scripts
2022-11-27 12:36:57 +01:00
Michael Burgardt
edefc860eb
Enable Indonesian, Swedish and Ukrainian localisations (#209) 2022-01-29 11:00:51 +01:00
Michael Burgardt
ae10991be0
Add automatic Crowdin synchronization (#205) 2022-01-10 18:26:36 +01:00
twinaphex
c186838c87 Revert "Update core options"
This reverts commit 0bbcdde221.
2021-08-17 10:27:27 +02:00
Autechre
7685984029
Revert "move some options into hacks category" 2021-08-17 10:26:00 +02:00
Tatsuya79
3d3555e566
Merge branch 'master' into patch-2 2021-08-16 22:04:28 +02:00
twinaphex
0bbcdde221 Update core options 2021-08-16 21:32:58 +02:00
Tatsuya79
31f0f8e977
move some options into hacks category 2021-08-16 15:11:03 +02:00
twinaphex
284a84846b Implement core option categories - also sublabels finally show up
properly
2021-08-16 08:23:31 +02:00
jdgleaver
f4cebfa5ee Add optional automatic frame skipping 2020-11-12 16:02:15 +00:00
Autechre
12abdf5690
Merge pull request #166 from negativeExponent/add_support_for_composite_palette
Add custom palette support, add composite palette (backport https://g
2020-09-22 03:21:09 +02:00
eadmaster
fcaa11137f minor fixes, moved pce_cdspeed core option above the volume options 2020-09-21 13:35:32 +02:00
eadmaster
94515e5786 replaced disable PSG sound channel core options with volume adjust (#160) 2020-09-19 15:36:20 +02:00
negativeExponent
ebeb9c79fc Add custom palette support, add composite palette (backport https://github.com/libretro/beetle-pce-libretro/pull/7)
- Add support loading custom palettes (restored from upstream)
    - Add composite palette, switchable as a core option to select default
      rgb colors or composite (experimental)

    In order to accomodiate the feature, colormap or LUT is used instead of
    usin MAKECOLOR_PCE.

    https://github.com/libretro/beetle-pce-libretro/issues/6
2020-09-19 11:19:15 +08:00
eadmaster
ad7cb55fce added sound channel disable options (#160) 2020-09-18 13:33:45 +02:00
bslenul
f1939f2adb Add "Disable Soft Reset" core option to FAST variant of the core. 2020-01-18 12:57:05 +01:00
negativeExponent
7bf684982a Add mouse support 2019-12-28 13:21:21 +08:00
negativeExponent
343b1ce491 Update gamepad turbo logic
- Button now reacts immediately as soon as pressed instead of waiting for turbo counter to reach specified turbo frame delay
- Fix some rare cases where games wont respond to button presses when turbo is enabled on that button - some games require a button to be pressed for about 2 frames before game reacts like attack or jump (Dragon Spirit).
  This changes turbo logic so that it holds the button for 2 frames instead of the usual 1 frame before turning button off and wait for the next cycle.
- Make turbo delay core option variable from 1-15
2019-12-15 01:45:20 +08:00
negativeExponent
371bb54e46 Remove unneeded core options
- These turbo-related core options are not working correctly and redundant because there is already a dedicated button
  to enable turbo buttons. These core options also resets turbo states each time a core option is modified.
  Removing it since it unneeded.
2019-12-14 22:13:59 +08:00
twinaphex
7e92d19a80 Add enhanced core options 2019-07-31 23:25:33 +02:00