BearOso
a5a0a80464
Qt: Fix cheats dialog.
2024-04-17 15:51:38 -05:00
BearOso
e0849ab384
Qt/Windows: Just use a fixed dark fusion style.
...
Fix dark/light icon calculation to not be based on actual colors,
not the OS theme.
2024-04-16 14:47:57 -05:00
BearOso
31db46516d
Qt/Windows: Don't use new windows11 style with Qt 6.7.
...
It has some glitches.
2024-04-15 15:51:41 -05:00
BearOso
9d22dbb8d8
Cirrus.yml: Update FreeBSD target.
2024-04-13 18:14:51 -05:00
BearOso
0ed93cd732
vulkan-headers: Roll back to v1.3.280.
...
v1.3.281 contains a broken Vulkan-Hpp on 32-bit.
2024-04-13 14:01:50 -05:00
BearOso
3d5e412fb5
Vulkan-Hpp: Fix VULKAN_HPP_NO_NODISCARD_WARNINGS.
2024-04-13 13:49:48 -05:00
BearOso
130942f578
Vulkan: Fix compile issues on Windows because of min/max.
2024-04-13 11:06:14 -05:00
BearOso
46c6bd7eb4
Vulkan-Hpp: Don't use exceptions.
2024-04-12 18:47:16 -05:00
BearOso
7cf9f59923
Update VulkanMemoryAllocator-Hpp.
2024-04-06 16:28:03 -05:00
BearOso
3ebc239034
Update vulkan-headers to v1.3.281.
2024-04-06 16:23:47 -05:00
Nebuleon Fumika
5fbc17672a
Guard Z_BZIP2ED with #ifdef HAVE_BZIP2 in miniunz.c, unzip.c
2024-03-19 00:14:22 +01:00
Piotr Paweł Stefaniak
76207f9586
formatting before cherry-pick
2024-03-19 00:14:22 +01:00
Piotr Paweł Stefaniak
860a928eca
Remove a register keyword
...
that resurfaced with the recent version update.
2024-03-18 23:49:04 +01:00
Brandon Wright
94a649b4bb
Fix compiling on Gentoo Linux due to use of non-public API.
2024-03-18 23:47:20 +01:00
Piotr Paweł Stefaniak
3791810d2c
Update zconf.h and zlib.h for MacOSX to import z_crc_type
...
This is the first revision that introduces the z_crc_type that is used by
the recently updated minizip code.
2024-03-18 22:00:03 +01:00
Piotr Paweł Stefaniak
8c93a8c12b
Update minizip to version 1.1
...
This enables compilation under my Fedora aarch64 system.
2024-03-18 20:51:22 +01:00
bearoso
1e1c45be07
Merge pull request #900 from StanleyKid-22/master
...
Updated Ukrainian translation
2024-02-14 10:31:34 -06:00
StanleyKid-22
4336892724
Updated Ukrainian translation
2024-02-14 15:47:32 +02:00
StanleyKid-22
7b7f126f5e
Merge branch 'snes9xgit:master' into master
2024-02-14 15:44:58 +02:00
BearOso
be6372c034
Gtk/Wayland: Disable display driver during unfullscreening.
...
Gtk incorrectly doesn't resize widgets beneath a subsurface.
2024-02-08 12:49:12 -06:00
BearOso
68af8fe783
Vulkan/Wayland: Use old swapchain size if none provided.
2024-02-07 18:41:36 -06:00
BearOso
f83a57fe25
Qt: Use DEFINES for core library.
...
Fixes compile.
2024-02-06 18:08:44 -06:00
bearoso
e76abdc4ef
Merge pull request #887 from alarixnia/unix-bsd
...
unix: Fix support for systems other than Linux
2024-01-28 10:45:43 -06:00
StanleyKid-22
0aad83b35e
Update Ukrainian translation
...
Hotfix for 2 strings.
2024-01-28 12:30:54 +02:00
StanleyKid-22
1785bb4467
Updated Ukrainian translation
...
Updated to actual project version 1.62.3.
2024-01-27 20:27:04 +02:00
BearOso
f0001ab428
Wayland: Reorder resizing operations
...
Ensure a buffer is in place before calling viewporter.
2024-01-09 10:31:49 -06:00
BearOso
9b77335345
Wayland: Unset source coordinates to just use whole buffer.
2024-01-09 10:05:37 -06:00
OV2
652adc81a4
win32: fix libretro build
2024-01-03 00:20:56 +01:00
OV2
56a5d3c31f
win32: restore rom info dialog colors
2024-01-02 20:42:07 +01:00
BearOso
4dddce8b88
Qt: Abstract cheats interface.
2023-12-16 13:12:09 -06:00
BearOso
b8d71c6562
Qt: Update actual bindings after using menu items.
2023-11-30 17:12:42 -06:00
BearOso
7dcae9d56d
qt: Build fmt library.
2023-11-30 16:58:25 -06:00
BearOso
6e738950c6
win32: Don't realloc graphics buffers when dialog shown.
2023-11-30 16:57:47 -06:00
BearOso
ca158abcb6
Qt: Add scripts used for building minimal binary Qt.
2023-11-28 18:35:43 -06:00
BearOso
026307219c
Qt: Update Windows build with prebuilt Qt.
2023-11-28 18:35:43 -06:00
nia
62501a2218
unix: Support OSS audio on systems other than Linux.
2023-11-20 11:16:08 +01:00
nia
666761c95a
unix: Avoid redefining libm function log2l
2023-11-20 10:56:52 +01:00
bearoso
97291767b8
Merge pull request #886 from alarixnia/dlopen
...
gtk: Use CMAKE_DL_LIBS
2023-11-19 17:57:15 -06:00
bearoso
91b08bfeb7
Merge pull request #885 from JakeSmarter/de
...
Add de l10n
2023-11-19 17:56:48 -06:00
bearoso
a049345125
Merge pull request #881 from JakeSmarter/pl
...
More i18n
2023-11-19 17:56:30 -06:00
nia
5fb99b7ad6
gtk: Use CMAKE_DL_LIBS
...
Fixes building snes9x-gtk on systems where dlopen is in libc
and without an empty libdl stub.
2023-11-20 00:13:18 +01:00
OV2
5c65edbbca
win32: map waveOut devices to mmdevices via endpoint id
2023-11-18 22:25:20 +01:00
Jake Smarter
38c28e1f9c
Add de l10n
2023-11-18 19:28:18 +01:00
OV2
d30060cdc1
win32: try MMDeviceEnumerator for waveOut device enumeration before
...
falling back to device caps (#883 )
2023-11-03 19:07:09 +01:00
Jake Smarter
665ddf86f2
* Add plurals
...
* Drop proper names from l10n
* Add string parameter numbers for correct l10n freedom
* Update POT file
* Update pl l10n based on new POT file
* Add locale specific number formatting where applicable
* Make use of Glib’s logging facility
2023-10-30 15:46:21 +01:00
BearOso
bd918f60fb
Qt/Wayland: Fix case when window is reparented for server-side decoration.
...
Apparently the top-level window surface can start at negative coordinates, so the subsurface needs to be offset by that much more.
2023-10-11 15:02:08 -05:00
BearOso
953de52465
Qt: Fix issues with input rate and vrr.
2023-10-11 10:44:31 -05:00
BearOso
b8d0b8ec9e
Fix some unsigned/signed comparisons.
2023-10-10 19:44:06 -05:00
BearOso
397cb98347
Vulkan: Remove out-of-date message from exception handler. Clean up a bit.
2023-10-10 19:38:56 -05:00
BearOso
94125d4781
Resampler: Consistently use signed ints.
2023-10-10 19:22:40 -05:00