Flyinghead
d981c48a75
libretro: fix translations
2024-10-19 12:47:26 +02:00
github-actions[bot]
82925c4e81
Fetch translations & Recreate libretro_core_options_intl.h
2024-10-18 22:20:39 +00:00
Flyinghead
6d2ed417be
lr: fix core options to work around translation issue
...
Adjacent string literals aren't supported.
Fix syntax errors in libretro_core_options_intl.h
Issue #1688
2024-10-12 11:49:12 +02:00
github-actions[bot]
d3916f13d7
Fetch translations & Recreate libretro_core_options_intl.h
2024-10-11 22:20:30 +00:00
Flyinghead
b2c6159b10
Merge remote-tracking branch 'origin/dev'
2024-10-11 15:28:19 +02:00
Flyinghead
e427c4d5c4
lr: don't set IntOption if overridden
...
Fixes OIT Max Layers overrides being ignored.
Issue #1610
2024-10-08 11:39:49 +02:00
github-actions[bot]
343021a8c5
Fetch translations & Recreate libretro_core_options_intl.h
2024-09-27 22:20:38 +00:00
github-actions[bot]
92555c68c6
Fetch translations & Recreate libretro_core_options_intl.h
2024-09-20 22:20:53 +00:00
Flyinghead
64d7199107
Merge remote-tracking branch 'origin/master' into dev
2024-09-16 11:16:04 +02:00
github-actions[bot]
480f93e50d
Fetch translations & Recreate libretro_core_options_intl.h
2024-09-06 22:21:05 +00:00
github-actions[bot]
9691fe9622
Fetch translations & Recreate libretro_core_options_intl.h
2024-08-30 22:20:34 +00:00
Flyinghead
a93bd9e64e
Merge remote-tracking branch 'origin/playstore' into dev
2024-08-24 18:08:59 +02:00
Flyinghead
308d9fc1ac
Increase max transparent layers for some games
...
Issue #1604
Add 96 layers option to libretro core.
Issue #1610
2024-08-24 16:49:16 +02:00
github-actions[bot]
349083030d
Fetch translations & Recreate libretro_core_options_intl.h
2024-08-23 22:20:21 +00:00
github-actions[bot]
5565b79b9e
Fetch translations & Recreate libretro_core_options_intl.h
2024-08-16 22:20:19 +00:00
github-actions[bot]
3afa4322f1
Fetch translations & Recreate libretro_core_options_intl.h
2024-07-26 22:20:39 +00:00
github-actions[bot]
0b6b8b3753
Fetch translations & Recreate libretro_core_options_intl.h
2024-07-19 22:21:06 +00:00
Flyinghead
39e04b07b8
Merge remote-tracking branch 'origin/dev'
2024-07-11 18:27:44 +02:00
Flyinghead
b9cbf3e47f
lr: get rid of trash
2024-07-11 18:27:31 +02:00
github-actions[bot]
c6f50fad9d
Fetch translations & Recreate libretro_core_options_intl.h
2024-07-05 22:20:32 +00:00
Flyinghead
a01edd22c7
Merge remote-tracking branch 'origin/dev' into playstore
2024-06-30 11:24:46 +02:00
Flyinghead
fefdb6c661
Merge remote-tracking branch 'origin/master' into dev
2024-06-23 16:15:13 +02:00
Flyinghead
49ad2b6864
naomi: save printer output as a screenshot
...
Use hostfs::saveScreenshot()
2024-06-23 16:00:31 +02:00
github-actions[bot]
f9dcd08cf3
Fetch translations & Recreate libretro_core_options_intl.h
2024-06-21 22:20:38 +00:00
Flyinghead
83a27b9125
android: import/export home folder
...
Use "folder" instead of "directory" in UI.
When game list is empty, show button to easily add a new content path.
Improve folder paths display in settings with middle ellipsis.
android: import/export home folder content
2024-06-21 18:37:34 +02:00
github-actions[bot]
14b8d4e915
Fetch translations & Recreate libretro_core_options_intl.h
2024-06-07 22:20:06 +00:00
github-actions[bot]
e85fa82101
Fetch translations & Recreate libretro_core_options_intl.h
2024-05-24 22:19:56 +00:00
Eric Warmenhoven
30e5466d90
libretro build fix on apple
2024-05-24 08:28:44 +02:00
Flyinghead
4747252187
Merge remote-tracking branch 'origin/dev'
2024-05-23 10:40:57 +02:00
Flyinghead
1256680a99
lr: Delay Frame Swapping should be enabled by default
2024-05-21 10:45:50 +02:00
github-actions[bot]
88f23958ac
Fetch translations & Recreate libretro_core_options_intl.h
2024-05-17 22:19:56 +00:00
Flyinghead
21c77adc4d
os_notify
2024-05-14 22:43:55 +02:00
Flyinghead
6f0581032b
save screenshot. add screenshot to savestates
...
Retrieve last frame rgb data (gl, vk, dx9, dx11).
Specific save screenshot code for android, iOS and UWP.
Add Save Screenshot emu key (F12 by default)
vk: defer deletion of in-flight textures when texture cache is cleared.
vk: fix issue when updating imgui textures after a render pass has begun
(achievements)
vk: palette texture not updated after a state has been loaded.
gl: Move opengl-specific stuff into opengl imgui driver.
savestate: Add non compressed header, following by screenshot png data,
before actual savestate.
Issue #842
2024-05-13 15:47:34 +02:00
github-actions[bot]
90b06a688b
Fetch translations & Recreate libretro_core_options_intl.h
2024-05-10 22:19:57 +00:00
Flyinghead
f76d05a3d5
achievements: leaderboard notifications. detailed toast message
...
Draw achievement notifications using imgui drawlist api
Fixes for insets
Issue #761
2024-05-07 17:50:36 +02:00
Flyinghead
ceec01ac2e
ui: use imgui for vmu on pause menu. toast notifications
...
Allow nearest sampling with imgui textures (vmu, crosshair)
Use raii for styles and colors
2024-05-06 21:31:04 +02:00
github-actions[bot]
0517a4600c
Fetch translations & Recreate libretro_core_options_intl.h
2024-05-03 22:19:41 +00:00
Flyinghead
8f5f2caae6
Merge remote-tracking branch 'origin/master' into dev
2024-04-29 15:27:23 +02:00
github-actions[bot]
8e96590065
Fetch translations & Recreate libretro_core_options_intl.h
2024-04-26 22:20:05 +00:00
github-actions[bot]
3c38fc1f16
Fetch translations & Recreate libretro_core_options_intl.h
2024-04-19 22:19:34 +00:00
github-actions[bot]
7438094d7c
Fetch translations & Recreate libretro_core_options_intl.h
2024-04-12 22:19:05 +00:00
Flyinghead
336706e728
move most os_* funcs to oslib
...
add os_DestroyWindow and os_UpdateInputState
2024-04-12 17:37:45 +02:00
Flyinghead
06a6e26588
get rid of os_GetSeconds()
...
replace it with std::chrono-based getTimeMs()
2024-04-11 15:25:25 +02:00
Flyinghead
5541d34a9e
lr win32 build fix
2024-04-10 18:10:21 +02:00
github-actions[bot]
9d6eab74e1
Fetch translations & Recreate libretro_core_options_intl.h
2024-04-05 22:20:01 +00:00
github-actions[bot]
ed78eb4d50
Fetch translations & Recreate libretro_core_options_intl.h
2024-03-29 22:19:29 +00:00
Flyinghead
4bd8866164
libretro: don't load overridden settings from frontend
...
Fixes game specific overrides being ignored.
2024-03-26 18:40:48 +01:00
github-actions[bot]
187991d71f
Fetch translations & Recreate libretro_core_options_intl.h
2024-03-22 22:19:19 +00:00
Bobby Smith
8252a28e48
[Libretro] Check for per-pixel compatibility and hide the option if not supported
2024-03-17 17:55:23 +01:00
github-actions[bot]
966ff3767d
Fetch translations & Recreate libretro_core_options_intl.h
2024-03-15 22:19:31 +00:00
Flyinghead
464defe0d7
don't force Native Depth Interpolation for AMD GPUs
...
Some AMD GPUs have issues with this option enabled so let the user
decide.
partial revert of 9f9b29b833
and
cab19ad54b
.
Issue #1445
Add BSD CI badge to README
2024-03-10 14:17:21 +01:00
github-actions[bot]
d323490d1f
Fetch translations & Recreate libretro_core_options_intl.h
2024-03-08 22:20:07 +00:00
scribam
5a51749daa
libretro: fix translation
2024-03-02 18:37:20 +01:00
github-actions[bot]
33bcf4443f
Fetch translations & Recreate libretro_core_options_intl.h
2024-03-01 22:19:09 +00:00
Flyinghead
443d5a2ba6
pvr: apply a negative bias to background plane depth
...
Fixes skybox in Xtreme Sports. Issue #1381
Fixes background clipping in Blue Stinger (JP) intro. Issue #721
Fixes Windows CE yuv FMV black screen (4x4 EVO, Armada, Carsear's
Palace, Giant Killers, PBA bowling, Starlancer, Tomr Raider, Wild Metal,
Who wants to beat up...)
Get rid of ForceWindowsCE option
Force PAL for Super Runabout (EU)
2024-02-27 17:39:51 +01:00
github-actions[bot]
bc51aefa9c
Fetch translations & Recreate libretro_core_options_intl.h
2024-02-23 22:19:36 +00:00
Immersion95
67c4e62c51
Adds option to enable/disable "Fix Upscale Bleeding Edge"
...
Helps with texture bleeding case when upscaling. Disabling it can help if pixels are warping when upscaling in 2D games (MVC2, CVS, KOF, etc.)
2024-02-22 11:30:26 +01:00
github-actions[bot]
44fa364f36
Fetch translations & Recreate libretro_core_options_intl.h
2024-02-09 22:19:47 +00:00
flyinghead
c146a92f83
Merge pull request #1379 from flyinghead/dev
...
merge dev branch
2024-02-03 18:25:15 +01:00
github-actions[bot]
6d69598800
Fetch translations & Recreate libretro_core_options_intl.h
2024-02-02 22:19:10 +00:00
Flyinghead
617d82f5a2
libretro: rename Purupuru to Vibration Pack
2024-01-29 11:29:52 +01:00
github-actions[bot]
e1537ddbda
Fetch translations & Recreate libretro_core_options_intl.h
2024-01-26 22:19:34 +00:00
github-actions[bot]
8fd6fefda7
Fetch translations & Recreate libretro_core_options_intl.h
2024-01-19 22:19:50 +00:00
Bobby Smith
070ac717d3
[Libretro] Add options to manage each expansion slot
2024-01-16 11:22:12 +01:00
github-actions[bot]
195f401044
Fetch translations & Recreate libretro_core_options_intl.h
2024-01-12 22:19:21 +00:00
Flyinghead
c001240797
move audio drivers to their own folder
2024-01-10 11:45:54 +01:00
github-actions[bot]
e7d0a5f2f9
Fetch translations & Recreate libretro_core_options_intl.h
2024-01-05 22:19:42 +00:00
Flyinghead
cab19ad54b
libretro: crash at boot when checking for GPU vendor
2024-01-01 16:06:25 +01:00
Bobby Smith
d069b45bff
[Libretro] Adds some core options description + minor changes
2023-12-23 20:43:19 +01:00
github-actions[bot]
4a0ace5de2
Fetch translations & Recreate libretro_core_options_intl.h
2023-12-22 22:19:29 +00:00
github-actions[bot]
2a19ccf945
Fetch translations & Recreate libretro_core_options_intl.h
2023-12-15 22:19:48 +00:00
github-actions[bot]
f4f087a6ea
Fetch translations & Recreate libretro_core_options_intl.h
2023-12-08 22:19:57 +00:00
Flyinghead
e9beea484d
Merge remote-tracking branch 'origin/master' into dev
2023-12-04 11:58:12 +01:00
github-actions[bot]
fd2a87fca2
Fetch translations & Recreate libretro_core_options_intl.h
2023-12-01 22:19:52 +00:00
Bobby Smith
153dbb0c56
[Libretro] Input descriptors fixes ( #1330 )
...
* Input descriptors fixes
* Refresh input descriptors w/o having to toggle menu
2023-12-01 15:05:30 +01:00
Flyinghead
a18e3701c6
Merge remote-tracking branch 'origin/master' into dev
2023-11-25 16:58:59 +01:00
github-actions[bot]
ea83b08f89
Fetch translations & Recreate libretro_core_options_intl.h
2023-11-24 22:19:21 +00:00
Flyinghead
4efacd7d71
Battle cable support
...
work in progress
f355 and aero dancing seem to work
vonot and tetris don't
maxspeed is broken
2023-11-23 16:40:20 +01:00
Flyinghead
a9d5b77053
Merge remote-tracking branch 'origin/master' into dev
2023-11-20 17:13:51 +01:00
Flyinghead
bc28c7ccb3
lr: enabke Insert Card button for all card reader games
...
Hide naomi f355 series and sgdrvsim on non-desktop platforms
2023-11-20 17:11:27 +01:00
Bobby Smith
78a874d20e
Add slider to change crosshair size and a core option for the Libretro core ( #1304 )
2023-11-18 13:44:57 +01:00
Flyinghead
df83ca436c
input: use 16 bits of precision for analog axes/triggers
2023-11-15 18:24:30 +01:00
Flyinghead
6de5879cb4
libretro: enable "Insert Card" button for vf4 and barcode games
...
Still no way to input barcode code however
2023-11-14 15:37:26 +01:00
github-actions[bot]
dda04e63fa
Fetch translations & Recreate libretro_core_options_intl.h
2023-11-10 22:19:50 +00:00
Flyinghead
926877397c
Merge remote-tracking branch 'origin/master' into dev
2023-11-07 16:32:12 +01:00
github-actions[bot]
dbfead6a15
Fetch translations & Recreate libretro_core_options_intl.h
2023-11-03 22:19:52 +00:00
Bobby Smith
66faf0d330
[Libretro] Remove some "Invalid value" errors
2023-10-30 16:21:26 +01:00
github-actions[bot]
c1f0a5a15f
Fetch translations & Recreate libretro_core_options_intl.h
2023-10-27 22:19:54 +00:00
github-actions[bot]
35b7be3905
Fetch translations & Recreate libretro_core_options_intl.h
2023-10-20 22:19:13 +00:00
github-actions[bot]
cb9af7d742
Fetch translations & Recreate libretro_core_options_intl.h
2023-10-13 22:19:51 +00:00
github-actions[bot]
13a8d49c90
Fetch translations & Recreate libretro_core_options_intl.h
2023-10-06 22:19:36 +00:00
github-actions[bot]
e8e382372a
Fetch translations & Recreate libretro_core_options_intl.h
2023-09-29 22:19:16 +00:00
Flyinghead
a915f185f8
Merge remote-tracking branch 'origin/master' into dev
2023-09-25 22:17:29 +02:00
Flyinghead
e57ccde532
systemsp: pluggable input manager. fix lr. disable isshoni P1 button 1
...
Delegate input management to game-specific class
Default, card reader/dispenser and isshoni input managers
isshoni: Use button 1 for touchscreen press
libretro: systemsp input mapping
2023-09-25 17:38:41 +02:00
github-actions[bot]
dddd712f08
Fetch translations & Recreate libretro_core_options_intl.h
2023-09-22 22:19:05 +00:00
Colton Pawielski
a7dbbbe578
Add Dreamcast 32MB RAM Mod ( #1198 )
2023-09-22 11:10:44 +02:00
github-actions[bot]
213bc70e2d
Fetch translations & Recreate libretro_core_options_intl.h
2023-09-15 22:19:06 +00:00
Flyinghead
84f2871650
renderer: set render timeout to 20 ms to reduce input lag at 30 FPS
...
Fixes mouse not responding in 30 fps (Quake 3) or variable fps games
(Unreal)
Issue #949
2023-09-14 15:18:56 +02:00
Nejsplitter
139f248572
libretro: Allow up to 300 MHz overclock ( #1193 )
2023-09-09 17:00:00 +02:00
flyinghead
56358be542
lr: opengl OIT renderer not enabled at startup
...
default renderer on windows is now dx11, which confuses the lr opengl
graphics context creation.
Issue #1191
2023-09-09 16:09:59 +02:00