Flyinghead
bad55204f2
android: rename packages and activities
2024-06-01 19:03:58 +02:00
Edward Li
70fe47dacf
Pretty print for Xcode 15 console
2024-06-01 11:13:24 +02:00
scribam
95de83431b
uwp: fix http ContentLength assignment
2024-05-31 17:34:31 +02: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
scribam
a5608f4f22
android: update project
...
- Upgrade AGP dependency from 8.3.0 to 8.4.1
- Upgrade Gradle version to 8.6
- Use version catalogs
2024-05-22 16:16:07 +02:00
Flyinghead
1256680a99
lr: Delay Frame Swapping should be enabled by default
2024-05-21 10:45:50 +02:00
Edward Li
2797cca5ff
Always use BSD sed
2024-05-18 12:37:10 +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
b5f49d6c3a
ios build fix
2024-05-13 16:27:31 +02:00
Flyinghead
de403a6203
switch, uwp, libretro build fixes
2024-05-13 16:12:32 +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
13302b87c8
move ui to its own folder
2024-05-07 22:23:51 +02: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
300cf0d437
better RetroAchievements UI and threading
...
Pop ups for authentication, game load, game completed, achievements
unlock and progress.
Handle disk changes.
Issue #761
2024-05-01 18:32:39 +02:00
Flyinghead
c96e828c63
move http_client to oslib
2024-04-29 16:17:50 +02:00
Flyinghead
8f5f2caae6
Merge remote-tracking branch 'origin/master' into dev
2024-04-29 15:27:23 +02:00
Flyinghead
8fdd1dde3d
RetroAchievements support
...
MVP
Issue #761
2024-04-29 14:59:47 +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
b378161837
lr: switch build fix
2024-04-11 18:50:49 +02:00
Flyinghead
a136583189
drop dispmanx support. move switch main() to its own file
...
Dispmanx support is provided by SDL
Enable omx audio and set TARGET_VIDEOCORE when building for RPi3
2024-04-11 16:27:28 +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
Flyinghead
9e916ca1c9
minor input and lua fixes
...
Make macOS keyboard class with haptic code
Call SDL_JoystickSetPlayerIndex using maple port
Add Network event for LUA
Set proper controller unique id on iOS
rumblePower wasn't copied over new mappings.
2024-04-10 17:24:47 +02:00
Flyinghead
42e98e86d0
set thread names
...
Name all threads to help debugging and improve crash reports (windows
only)
Add ^C handler for clean exit on linux
2024-04-10 17:08:24 +02:00
Flyinghead
a6c4530e22
vulkan: allow custom GPU driver loading with libadrenotools
...
Issue #1471
2024-04-07 12:27:54 +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
Flyinghead
b55054249f
ui: file dropping can start multiple games at once
...
Happens on macOS, linux and likely others.
Fixes MINIDUMP-2N4
2024-03-07 15:01:28 +01:00
scribam
5a51749daa
libretro: fix translation
2024-03-02 18:37:20 +01:00
scribam
d2dc60ec00
android: update android gradle plugin to version 8.3.0
2024-03-02 18:36:54 +01:00
github-actions[bot]
33bcf4443f
Fetch translations & Recreate libretro_core_options_intl.h
2024-03-01 22:19:09 +00:00
Flyinghead
c9d3096e41
android: hid barcode scanner support
2024-02-27 17:39:51 +01: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