scribam
f7eae0ff9e
deps: update glslang ( #1920 )
2025-08-11 17:23:33 +02:00
Flyinghead
3d60fc8c60
Revert "core/deps/picotcp/modules/pico_tcp.c: More checks for correct header sizes"
...
This reverts commit ffc32d2d86
.
PR #1937
2025-05-21 08:22:35 +02:00
npt-1707
ffc32d2d86
core/deps/picotcp/modules/pico_tcp.c: More checks for correct header sizes
2025-05-10 20:56:59 +02:00
Flyinghead
3193d2cf5d
quick'n'dirty cmake 4.0 support
2025-04-02 14:20:33 +02:00
scribam
0f18e2e167
deps: update sdl to version 2.32.4
2025-04-01 17:17:22 +02:00
Xphalnos
ea6d5f8732
Update xxHash to 0.8.3 + Use faster algorithm
2025-03-22 15:58:22 +01:00
scribam
2860aa96f4
deps: update sdl to version 2.32.2
2025-03-12 18:30:06 +01:00
scribam
8b0a5fa480
deps: update oboe to version 1.9.3
2025-03-12 18:30:06 +01:00
scribam
387e2427b4
deps: update sdl to version 2.32.0
2025-02-10 18:13:12 +01:00
scribam
ccdd53ee0e
deps: update sdl to version 2.30.11
2025-01-25 17:02:56 +01:00
Wunkolo
9344856c7e
ggpo: Fix malformed template constructor
...
This form is not needed for a template-class's constructor.
Fix for C++20 builds
2025-01-05 22:06:37 +01:00
Wunkolo
b2c1d134e1
deps: Update luabridge to 2.8
...
From 2.6 to 2.8. Includes some C++20 fixes.
2025-01-05 22:06:37 +01:00
Flyinghead
2bee6b1ce4
picotcp: fix msvc build. reduce logging
2025-01-02 11:01:58 +01:00
Flyinghead
522505273e
miniupnpc: minissdpc.c: fix memory allocation error
...
backport
9698973600
2025-01-02 10:57:38 +01:00
Flyinghead
76c3695f6e
log: support udp log server
2025-01-02 10:35:27 +01:00
Flyinghead
9402981b43
net: add asio. use it for the gdb agent
2024-12-27 18:39:13 +01:00
Flyinghead
1d290560e0
picotcp: accept PSH flag in SYN+ACK packets
...
Windows CE adds the PSH flag to SYN+ACK packets, which isn't normally
valid, so just ignore the flag. See dcgamespy filter in dreampi.
2024-12-26 13:04:07 +01:00
Flyinghead
59e844db15
picotcp: Integer Overflow in pico icmp4
...
upstream
cc923d2a12
2024-12-26 12:38:26 +01:00
Flyinghead
6853238c8b
picotcp: Discard incoming TCP segments with zero-len options
...
upstream
7aa288510a
2024-12-26 12:12:48 +01:00
Flyinghead
f0aa1abf89
picotcp: Fixed bug in tcpopt_len_check (rolling back index).
...
upstream
f569ed8fb6
2024-12-26 12:03:09 +01:00
Flyinghead
cfd3677746
picotcp: add socket event before socket is deleted
...
Socket callback is called with PICO_SOCK_EV_DEL just before the socket
is deleted. After returning from the callback, the socket pointer is no
longer valid.
2024-12-26 11:45:58 +01:00
Flyinghead
50a10598e4
picotcp: Resolved memory leak
...
upstream
83527c69d3
2024-12-26 11:33:26 +01:00
Flyinghead
27a0497dd5
win32: fix opening CD drive on command line. libretro build fix
2024-12-12 15:52:07 +01:00
scribam
5656370388
deps: update sdl to version 2.30.10
2024-12-07 21:03:49 +01:00
scribam
da3cfd9d58
deps: update sdl to version 2.30.9
2024-11-02 11:05:35 +01:00
Flyinghead
b0403ed103
imgui: ignore invalid fonts when merging
...
Avoid crashing in release mode if a merged font is invalid or FontNo
can't be found. The font is simply ignored and the glyph range isn't
loaded.
Fixes MINIDUMP-4TD
2024-10-21 16:03:28 +02:00
Flyinghead
894ac54b80
imgui: fix dpad navigation issue on shield tv
...
Pressing dpad up or down moves the selection 2 lines up or down resp.
Regression due to ca613db70d
.
Happens on 1920x1080 screen with 213 dpi.
Relax vertically touching items test.
2024-10-17 16:04:27 +02:00
Flyinghead
f71dd6d4d8
cdi: better detection of invalid CDI media
2024-10-14 16:45:22 +02:00
scribam
3d41e4ea3e
deps: update sdl to version 2.30.8
2024-10-02 19:50:37 +02:00
scribam
0077b8ecec
deps: update sdl to version 2.30.7
2024-09-08 16:24:37 +02:00
scribam
6b3e86619e
deps: fix libzip compilation error with gcc 14.1
2024-07-28 20:02:34 +02:00
scribam
cea80560db
deps: update submodules
...
* discord-rpc: use upstream repository
* googletest: v1.15.0
* libchdr: master
* oboe: v1.9.0
* rcheevos: v11.5.0
2024-07-28 20:02:34 +02:00
scribam
2a4356e72c
deps: update sdl to version 2.30.5
2024-07-06 14:04:24 +02:00
scribam
f6c1503887
deps: update sdl to version 2.30.4
2024-06-25 14:02:58 +02:00
Flyinghead
5eef0309bf
Merge remote-tracking branch 'origin/master' into dev
2024-06-20 18:02:36 +02:00
Flyinghead
5f88293fbd
discord-rpc: disable clang-format
2024-06-19 15:08:09 +02:00
Flyinghead
272f25ceb3
discord-rpc: disable clang-format
2024-06-13 16:49:34 +02:00
Flyinghead
ca613db70d
ui: better pause menu dpad nav. minor ui fixes
...
Tweak imgui nav algorithm to improve pause menu nav with dpad.
Imgui widgets name conflicts on network settings tab
2024-06-11 17:31:36 +02:00
scribam
9aa7371d82
deps: update imgui to version 1.90.8
2024-06-09 15:39:10 +02:00
scribam
b840a4f477
windows: fix unit tests
2024-06-01 19:05:23 +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
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
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
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
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
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
Flyinghead
a6c4530e22
vulkan: allow custom GPU driver loading with libadrenotools
...
Issue #1471
2024-04-07 12:27:54 +02:00