Commit Graph

2365 Commits

Author SHA1 Message Date
Henrik Rydgård f856beb157 Move a lot of the atlas logic to Common/Render/AtlasGen.cpp/h, code
cleanup
2025-09-12 12:17:11 -06:00
Eric Warmenhoven fcd0e163ad libretro: freetype isn't necessary, fixes tvos build 2025-09-11 23:47:56 -04:00
Henrik Rydgård 43c254cf06 Break out "GenerateFromScript" into a function 2025-09-11 14:32:43 -06:00
Henrik Rydgård 0e6dd2faa0 Use forked free-type with a patch 2025-09-11 10:20:45 -06:00
Henrik Rydgård 381dada1ab Add (not very tested) CMake build for AtlasTool 2025-09-10 13:02:50 -06:00
Henrik Rydgård 0e46cab21b Minor code modernization 2025-09-10 13:02:47 -06:00
Henrik Rydgård 40a5331581 Delete reference to prebuilt libfreetype, pull in the source instead. 2025-09-10 13:02:47 -06:00
Henrik Rydgård 28f8ce64f7 Add freetype as a submodule (2.14.0) 2025-09-10 13:02:47 -06:00
Henrik Rydgård baac136456 Set atlastool and zimtool to build for arm64 2025-09-10 13:02:47 -06:00
Henrik Rydgård aedd6a9c3a zlib: Include <unistd.h> to avoid undefined prototype errors in newer compilers 2025-09-02 12:11:05 +02:00
Henrik Rydgård 2a4db7717d Update our vendored copy of zlib to 1.3.1 2025-09-02 12:05:16 +02:00
Henrik Rydgård 92ab532813 No need to build hash.c after all? 2025-08-24 15:25:52 +02:00
Henrik Rydgård 65285e59c4 Bump rcheevos to v12.0.0 2025-08-24 14:58:53 +02:00
Henrik Rydgård 9028866b7f Update libzstd 2025-08-24 14:47:05 +02:00
Henrik Rydgård 510d982b6a Update Vulkan headers to latest 2025-08-21 01:01:16 +02:00
Lin Runze 24c6647ce3 loongarch: Fix various IR JIT & VertexJIT bugs 2025-08-02 02:27:49 +08:00
Henrik Rydgård 5f8ee93006 Use a TTF font for fixed-width text in the debugger
Fixes #20635
2025-07-16 20:20:33 +02:00
Henrik Rydgård 9ce8408d0c Merge pull request #20618 from lrzlin/loong-commit
loongarch: Add emitter, JIT and disassembler support for LoongArch64
2025-07-12 01:55:19 +02:00
Lin Runze 1d910b81ff loongarch: Add emitter, JIT and disassembler support for LoongArch64 2025-07-12 03:21:23 +08:00
Henrik Rydgård f44b4e31e6 Merge pull request #20281 from NABN00B/atlas-symbols
Add handpicked symbols group to atlastool
2025-07-10 22:43:36 +02:00
Henrik Rydgård eadd32e00a Keycodes: Restore the old PrintScreen keymapping, fixing mistake from #19656
Fixes #20588
2025-07-08 14:03:04 +02:00
Nab 6019808065 Comment out bloat 2025-07-03 11:41:10 +00:00
Nab 431b9acfe8 Update README.txt 2025-07-02 21:26:45 +02:00
Nab 40c5576717 Fix ShiftJIS group 2025-07-02 12:40:35 +00:00
Nab 972d401fa5 Merge branch 'hrydgard:master' into atlas-symbols 2025-07-02 14:26:35 +02:00
Henrik Rydgård 6df9e513c1 Logging, comments and debugger fixes, plus simple dumping of the first block of streaming Atrac3 2025-06-25 01:08:47 +02:00
Henrik Rydgård ad00c20660 Windows: Remove ARM32 configurations from project files.
These will never be supported again (and never really were, only used
for Windows Phone testing a long time ago)
2025-06-11 08:55:13 +02:00
Henrik Rydgård a90ef6f430 Update libchdr to latest 2025-06-10 15:05:18 +02:00
Henrik Rydgård c29e370e29 Remove global state from kirk engine 2025-06-05 22:46:24 +02:00
Henrik Rydgård 6bc625ecde More const-ness corrections 2025-06-05 22:46:23 +02:00
Henrik Rydgård 51cb3e25fb Constify bn parameters 2025-06-05 22:46:23 +02:00
Henrik Rydgård c5321ad43a Constify the key data 2025-06-05 22:46:23 +02:00
Henrik Rydgård d5c9ed2c09 Some const propagation 2025-06-05 22:46:20 +02:00
Henrik Rydgård 55ffd4c419 Update rcheevos 2025-06-01 11:37:53 +02:00
Henrik Rydgård 1c48254dc5 Also bump glslang buildfix 2025-05-29 09:57:51 +02:00
Henrik Rydgård 35fc7a2186 Merge pull request #20405 from hrydgard/glslang-upgrade
Switch to a fork of glslang with an include fix for gcc 15
2025-05-26 22:41:48 +02:00
Henrik Rydgård 0cb7011fdd Switch to a fork of glslang with an include fix for gcc 15
See #20399 and #19952
2025-05-26 22:18:06 +02:00
Milan Nikolic edca1d3747 Skip imgui when LIBRETRO is enabled 2025-05-26 21:10:17 +02:00
Henrik Rydgård 09e067c6e1 Revert "Get rid of remains of support for non-square screen DPIs"
This reverts commit f206ed95eb.
2025-05-21 21:41:50 +02:00
Henrik Rydgård ffa1471bee Upgrade VMA to latest (3.3.0) 2025-05-17 13:40:43 +02:00
Henrik Rydgård 63148c7363 Hack libpng17 to believe it's a release candidate, to remove abort() from its error handling 2025-04-30 10:08:50 +02:00
Henrik Rydgård ec878bd1b4 libpng: Change the release type to rc to get the more robust error checking paths 2025-04-30 09:54:51 +02:00
Nab 4b1134971a Add handpicked symbols group to atlastool 2025-04-21 14:21:17 +00:00
Henrik Rydgård dc22638918 ImDebugger UI update 2025-04-14 23:36:45 +02:00
Henrik Rydgård a97ea04827 ImGui: Add "repeatshift" buttons that auto-repeat if you hold shift. 2025-04-09 11:58:31 +02:00
Henrik Rydgård 651a972019 More sceAudioCodec implementation work. Atrac3+ partially works now. 2025-04-02 17:26:59 +02:00
Henrik Rydgård 717ea3ec8e ImDebugger: Show imports/exports in Module window 2025-04-02 10:09:19 +02:00
Henrik Rydgård 261f9a6c19 Upgrade the Vulkan headers to latest, while at it 2025-04-02 09:26:04 +02:00
Henrik Rydgård 127356d7b2 Update sol (C++ lua wrapper) to latest 2025-04-02 09:25:54 +02:00
Henrik Rydgård 19ccc18c8d Add back the header. 2025-03-29 11:18:41 +01:00