github-actions[bot]
e85fa82101
Fetch translations & Recreate libretro_core_options_intl.h
2024-05-24 22:19:56 +00:00
Flyinghead
0a0d30309b
achievements: run all http requests on a background thread
...
Fixes freeze when unlocking cheevos and other events.
Issue #761
2024-05-24 18:00:28 +02:00
Eric Warmenhoven
30e5466d90
libretro build fix on apple
2024-05-24 08:28:44 +02:00
Blackbird88
48dfab7397
Cheats: Faster Than Speed (Atomiswave) - Widescreen cheat
2024-05-24 08:28:11 +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
scribam
20652516e7
deps: update sdl to version 2.30.3
2024-05-22 16:15:40 +02:00
scribam
f05e5f3582
deps: update libchdr
2024-05-22 16:15:40 +02:00
scribam
72e892a77e
deps: update imgui to version 1.90.6
2024-05-22 16:15:40 +02:00
scribam
0fa3e9a37b
cmake: better version conversion for uwp
2024-05-21 10:59:10 +02:00
Flyinghead
1256680a99
lr: Delay Frame Swapping should be enabled by default
2024-05-21 10:45:50 +02:00
Flyinghead
81bebdb900
cheats: fix floigan bros (pal) cheat
...
this cheat shouldn't be used for the ntsc version.
2024-05-21 10:41:21 +02:00
Flyinghead
6cc64c18dd
network: add ports for dee dee planet, floigan bros, IGP and tetris
2024-05-21 10:40:01 +02:00
scribam
6b18ad7e3e
cmake: better version conversion for uwp
2024-05-18 13:15:12 +02:00
Edward Li
2797cca5ff
Always use BSD sed
2024-05-18 12:37:10 +02:00
Flyinghead
b7a2e605f9
dx11: use ALLOW_TEARING flag to disable vsync if available
2024-05-18 12:36:29 +02:00
Flyinghead
ec82c7b9ed
gl: only display crosshairs when needed
...
regression due to 4f834610b3
2024-05-18 12:11:08 +02:00
github-actions[bot]
88f23958ac
Fetch translations & Recreate libretro_core_options_intl.h
2024-05-17 22:19:56 +00:00
Flyinghead
4f834610b3
gl: refactor vmu and xhair drawing. Blit rendered frame only once
...
Refactor vmu and xhair drawing to use the same code as libretro.
Fix an issue were each rendered frame was blit twice to the backbuffer.
2024-05-17 17:37:32 +02:00
Flyinghead
e2e9a54e0e
std::swap is undefined for vector<bool>
2024-05-15 14:20:13 +02:00
Flyinghead
cc56b0fbae
vk: multi render support
...
Fixes Quake III split screen vs. and MSR rear view mirror.
Issue #1511
2024-05-15 14:01:58 +02:00
Flyinghead
5755c5b3c6
fix compile warning
2024-05-15 12:33:06 +02:00
Flyinghead
34216f77af
naomi: fix marstv freeze
...
Force JP BIOS version D for this game.
Issue #1508
2024-05-15 11:55:06 +02:00
Flyinghead
21c77adc4d
os_notify
2024-05-14 22:43:55 +02:00
Flyinghead
35acb7e62c
ui: load savestate thumbnails asynchronously. limit thumbnail size
...
GetLastFrame can take max width or height.
Limit width of savestate screenshot to 640.
Load savestate thumbnail in async task.
2024-05-14 14:23:40 +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
Blackbird88
f13d7ad2dc
Cheats: Tokyo Xtreme Racer 1 (USA) - Widescreen cheat
2024-05-11 17:06:31 +02:00
github-actions[bot]
90b06a688b
Fetch translations & Recreate libretro_core_options_intl.h
2024-05-10 22:19:57 +00:00
Blackbird
1b6b61d253
Cheats: Tokyo Xtreme Racer 2 fix
...
Fixes broken cheat
2024-05-10 11:40:58 +02:00
Flyinghead
83493cc14b
achievements: fix size of multiple challenge indicators popup
...
Issue #761
2024-05-09 18:26:28 +02:00
Flyinghead
9bf60dde3c
ui: bug fixes. cheats window changes
...
Fix boxart list navigation with DPad (regression).
Get rid of several bogus PopStyleVar/PopID.
Better navigation of pause menu buttons.
imgui: tweak NavScoreItem to help pause menu nav.
Allow achievement list navigation with DPad.
Open cheats window fullscreen. Open Add Cheat window as a modal popup.
Add game_scanner.cpp
2024-05-09 10:21:56 +02:00
Flyinghead
24954ec599
work around mingw-w64 init crash
...
commit 7b33798917
/
introduces a static initialization order fiasco if a static object is
calling clock_gettime() in its constructor.
2024-05-09 10:19:33 +02:00
Flyinghead
c53a1c42c6
work around mingw-w64 init crash
...
commit 7b33798917
/
introduces a static initialization order fiasco if a static object is
calling clock_gettime() in its constructor.
2024-05-07 22:33:46 +02: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
763d9ce06a
ui: split display_settings
2024-05-06 22:26:09 +02:00
Flyinghead
6ab43096a2
ui: use uiScaled()
2024-05-06 21:54:55 +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
Flyinghead
7327e52e71
ui: crash when loading asian fonts on windows
...
FontNo must be reset to 0 for Font Awesome.
Issue #1503
Fixes MINIDUMP-314
2024-05-06 14:45:28 +02:00
Flyinghead
f04e9d4a65
achievements: better game load message when no achievements
...
Issue #761
2024-05-06 14:35:00 +02:00
Flyinghead
c386f64faa
macos: bump minimum macOS version to 10.11 to avoid build error
2024-05-05 16:06:57 +02:00
Flyinghead
ff33ff2b88
ui: change pause menu layout. add icons here and there
...
Always display savestate absolute date.
2024-05-05 16:02:37 +02:00
Edward Li
17db07703e
Use Xcode 15.3
2024-05-04 20:53:24 +02:00
Flyinghead
75f64efe93
fix buymeacoffee 'username'
2024-05-04 20:35:11 +02:00
Flyinghead
ab8b4f0e54
buymeacoffee funding
...
stricter deserialize verify for broadcast/cable/region
2024-05-04 20:33:37 +02:00
Flyinghead
43ba8953a2
vk: don't delete the ImGui driver when recreating the swap chain
...
It might be drawing at this point so just reset it.
2024-05-04 19:24:02 +02:00
Flyinghead
6de2f160a1
achievements: hardcore mode
2024-05-04 17:38:42 +02:00
flyinghead
ccc9931de8
achievements: fix crash when loading image cache
...
Fixes MINIDUMP-312, MINIDUMP-313
Issue #761
2024-05-04 13:51:59 +02:00