Commit Graph

  • 65308f74cf
    Merge b8655eb9c8 into b33f2afb33 pstef 2025-08-12 14:05:44 -0400
  • b33f2afb33 Gtk: Fix cheat window locking up when newly loaded game has fewer cheats. master BearOso 2025-08-11 20:37:16 -0500
  • 9e8276f174 bml: Fix assertion in remove_prefix. BearOso 2025-08-11 19:12:57 -0500
  • 1fc4950395 cheats: Don't try to enable an invalid cheat from file. BearOso 2025-08-11 19:04:49 -0500
  • 1c4aa01e06 Do not try to access empty string_view OV2 2025-08-11 23:49:44 +0200
  • fa3965b9df Merge branch 'AltoWildgruber-master' (#986) OV2 2025-08-11 23:37:22 +0200
  • 1cd7528ad8 Rename filter to align with others OV2 2025-08-11 23:16:29 +0200
  • 5c6f48968f Remove bicubic and lanczos OV2 2025-08-11 23:11:00 +0200
  • b5603f15ab Add new filters from AltoWildgruber OV2 2025-08-11 23:03:04 +0200
  • c1b759b484 Merge branch 'master' of github.com:AltoWildgruber/snes9x-Interpolation into AltoWildgruber-master OV2 2025-08-11 22:21:19 +0200
  • 15d86b617a
    Update filter_sharpbilinear_flexible.cpp AltoWildgruber 2025-08-11 11:22:29 +0200
  • f6c78e954d
    Fix access of string_view 1 past length. bearoso 2025-08-10 13:01:23 -0500
  • 34276f359d
    Update filter_lanczos.cpp AltoWildgruber 2025-08-10 15:53:59 +0200
  • 20859bb324 qt: Bump static SDL3 version. BearOso 2025-08-04 17:33:42 -0500
  • 3aaa05baa4 qt: Use static SDL3 by default. Specify USE_SYSTEM_SDL3 for dynamic. BearOso 2025-08-04 17:25:24 -0500
  • 9b03b51d77 Update fmtlib. BearOso 2025-08-04 17:14:16 -0500
  • 02af08190f qt: Readd fmtlib to qt CMakeLists.txt BearOso 2025-08-04 17:06:55 -0500
  • 978da9c0a0
    Update filter_sharpbilinear_flexible.cpp AltoWildgruber 2025-08-03 17:28:34 +0200
  • b2458d5ac7
    Update filter_bicubic_win.cpp AltoWildgruber 2025-07-27 14:14:58 +0200
  • 517a5bdb98
    Update filter_bicubic_win.cpp AltoWildgruber 2025-07-27 14:01:31 +0200
  • 9692692847
    Update filter_sharpbilinear_flexible.cpp AltoWildgruber 2025-07-26 21:29:59 +0200
  • 6db07fedf3
    Update filter_lanczos.cpp AltoWildgruber 2025-07-23 21:40:29 +0200
  • 28367ebff9
    Update filter_bicubic_win.cpp AltoWildgruber 2025-07-23 21:39:32 +0200
  • 5a262a7552
    Update filter_bicubic_win.cpp AltoWildgruber 2025-07-23 16:33:03 +0200
  • c59e3c5dda
    Merge pull request #1 from AltoWildgruber/AW---New-Interpolation-Filters AltoWildgruber 2025-07-21 23:50:08 +0200
  • 9aa08f4bfe
    Interpolation filters AltoWildgruber 2025-07-21 23:43:21 +0200
  • 68acd5bfa3 qt: Fix conversion of hat state to button presses. BearOso 2025-07-03 11:32:40 -0500
  • a168e78971 libretro/win32: Add stdcpp17 to compile flags for msvc. BearOso 2025-06-18 10:43:28 -0500
  • a93dd67c51 Qt/win32: Fix compiling opengl driver. BearOso 2025-06-13 20:15:53 -0500
  • 84e72a4025 snes_ntsc: Just revert changes. BearOso 2025-06-12 17:52:24 -0500
  • 61d48e3417 snes_ntsc: Use constexpr instead of enums. BearOso 2025-06-12 17:48:34 -0500
  • ddc2014bba win32: Try another fix for string. BearOso 2025-06-12 17:04:03 -0500
  • d3a1c3a6f3 win32: Change parameter back to regular string. BearOso 2025-06-12 16:40:26 -0500
  • 033a23fe80 Gtk: Rework base idle and timeouts. BearOso 2025-06-12 15:19:13 -0500
  • c09277bae8 Gtk: Work around Gtk including frames in window size on Wayland. BearOso 2025-06-12 15:02:13 -0500
  • d65a2b31a0 Clean up many nits found by linter. BearOso 2025-06-07 15:13:49 -0500
  • 366cde5cd3 Qt: More Cleanups. BearOso 2025-06-06 18:44:42 -0500
  • acb821e367 qt: Clean up. BearOso 2025-06-06 17:50:49 -0500
  • 819e1740fb qt: Clean up Snes9xController BearOso 2025-06-06 17:32:47 -0500
  • 2a0a9d0454 qt: Clean up EmuConfig a bit. BearOso 2025-06-06 17:23:59 -0500
  • 8973d9a60f qt: Clean up SDLInputManager BearOso 2025-06-06 17:12:43 -0500
  • f3a1af007f bml: Modernize and optimize. BearOso 2025-05-27 11:38:41 -0500
  • 97bc6b08b1 Win32: Update for new glslang. BearOso 2025-05-03 11:57:22 -0500
  • 1b0e59a36f Gtk/Cheats: Show dialog box when successful adding codes. BearOso 2025-05-03 11:35:05 -0500
  • e53e2b43e6 Vulkan: Update headers and vk_mem_alloc. BearOso 2025-05-03 11:12:56 -0500
  • ce6aaf5ce8 Wayland: Simplify WaylandSurface a bit. BearOso 2025-03-12 16:40:02 -0500
  • 2c78e77617 win32: fix selection in cheat dialog (#976) OV2 2025-04-06 22:56:07 +0200
  • 0d04fea9e1 Update .gitignore to include .vscode dir bh247484 2025-02-26 20:12:34 -0600
  • 0e4db102e2 Standup basic audio event triggering bh247484 2025-02-26 20:09:36 -0600
  • 0525ea043e
    Merge pull request #969 from yeager/master bearoso 2025-02-24 18:12:29 -0600
  • 43d01935a9
    Update sv.po Daniel Nylander 2025-02-09 08:41:54 +0100
  • db1b823558
    Add files via upload Daniel Nylander 2025-02-09 08:39:58 +0100
  • 0a567bd4fc
    Add files via upload Daniel Nylander 2025-02-08 19:43:42 +0100
  • e3af507c5b
    Add files via upload Daniel Nylander 2025-02-08 19:08:32 +0100
  • 72922ce708
    Adding Swedish translation Daniel Nylander 2025-02-08 18:09:59 +0100
  • 663738341a qt,gtk/vulkan: Add VK_EXT_present_wait support again. BearOso 2025-01-24 15:55:41 -0600
  • 191cdf462a vulkan/wayland: Use mailbox present mode. BearOso 2025-01-24 13:10:26 -0600
  • 5df649d49a Qt: Use SDL 3.2.0 tag. BearOso 2025-01-21 16:38:16 -0600
  • 48fe934463
    Merge pull request #967 from gilchavezm/patch-3 bearoso 2024-12-17 20:25:35 -0600
  • 6794f51461
    Update EmuApplication.cpp: handle Quit binding Gilberto Chavez-Martinez 2024-12-17 19:24:07 -0500
  • 7fe07a6efd
    Update main.cpp: fixed application name Gilberto Chavez-Martinez 2024-12-17 16:54:09 -0500
  • b83f789343 sdl3/audio: Don't double the buffer size requested. BearOso 2024-12-13 20:06:07 -0600
  • 1dbfd2e141 Qt: Use FetchContent for SDL3 on Windows or if not found. BearOso 2024-12-13 19:47:15 -0600
  • 73b71c865b Qt: Allow building on unix without SDL video support. BearOso 2024-12-13 19:12:54 -0600
  • 959da2aa04 Qt: Free bindings. BearOso 2024-12-13 19:08:09 -0600
  • 03ec60cfda Qt: Fix up SDL3 button binding. BearOso 2024-12-13 19:04:56 -0600
  • fa94c74b84 common/audio/sdl3: Use a mutex for buffer accesses. BearOso 2024-12-13 17:23:20 -0600
  • 56e58cdf99 Qt: Switch to SDL3 for audio and input. BearOso 2024-12-13 17:14:34 -0600
  • 2ffc66c33c Gtk/Wayland: Only allow one pause state change per focus change. BearOso 2024-12-09 15:32:34 -0600
  • 9be3ed49a8 Qt/Vulkan: Don't show canvas before embedding. BearOso 2024-12-08 15:56:09 -0600
  • 0e309e5c7c Gtk/Qt/Vulkan: Don't set vsync before swapping. BearOso 2024-12-06 15:10:54 -0600
  • a7d59843da Qt: Adapt to 6.8 changes for Wayland. BearOso 2024-12-06 14:58:22 -0600
  • fd05ca7df5 Qt: Show paths in native format on Win32. BearOso 2024-10-28 17:32:29 -0500
  • 81f189cf57 Qt: Fix build on Windows. BearOso 2024-10-28 17:07:10 -0500
  • b5d9217881 Win32: Don't build fmtlib. BearOso 2024-10-26 20:29:21 -0500
  • e6c4f617cc Vulkan: Move descriptor pool out of context. BearOso 2024-10-26 20:26:47 -0500
  • 20768ed8b2 Remove accidental commit of xbrz. BearOso 2024-10-25 18:58:49 -0500
  • 8a33829bce external: Update fmtlib. BearOso 2024-10-25 18:54:14 -0500
  • f6a46f5831 Clean up unused headers. BearOso 2024-10-22 14:58:50 -0500
  • 170a6aa1a4 Vulkan: Favor default initializers. BearOso 2024-10-22 14:27:23 -0500
  • 932b093d98 Gtk/OpenGL: Fix context resize broken in is_x11/is_wayland change. BearOso 2024-10-20 19:30:15 -0500
  • b8655eb9c8 Use the same type on both sides of comparison pstef 2024-10-20 00:32:51 +0200
  • 0edaf0e334 Don't use bitwise-or with boolean operands pstef 2024-10-20 00:31:44 +0200
  • c6e0fbf866 Vulkan: Remove unused line. BearOso 2024-10-17 15:21:31 -0500
  • 14910960eb Vulkan: Add common function files. BearOso 2024-10-17 15:16:43 -0500
  • 79f6e911f3 Vulkan: Use helper for image transitions. BearOso 2024-10-17 15:15:21 -0500
  • 39c0f8418b Vulkan: Use recommended access flags for image layout transitions. BearOso 2024-10-17 13:48:46 -0500
  • 71f2ba2d7e Gtk: Confused is_wayland/is_x11. BearOso 2024-10-16 13:18:19 -0500
  • 5b1f20ec52 Gtk: Use is_x11 function. BearOso 2024-10-14 15:49:36 -0500
  • 1fc9f26522 Gtk: Fix refresh rate detection break. BearOso 2024-10-14 10:16:05 -0500
  • 0c228f0e0c Gtk: Use a Wayland check function. BearOso 2024-10-12 17:06:07 -0500
  • b19e31c83f Gtk: Get Superscope working. BearOso 2024-10-12 17:05:26 -0500
  • 8028d3b6ca S-DSP: Initialize a couple registers to fix Magical Drop. BearOso 2024-10-11 13:53:24 -0500
  • 13824a6ef4 Vulkan: Allocate swapchain on context create. BearOso 2024-10-07 14:43:52 -0500
  • befb0ba768 Qt: Use C++20. BearOso 2024-10-07 14:24:26 -0500
  • 14c434d40d Vulkan: Use references in Swapchain. BearOso 2024-10-03 14:32:55 -0500
  • 08403d47d1 Vulkan/win32: Fix build errors. BearOso 2024-10-03 11:27:07 -0500
  • febcf27482 Vulkan: Separate context, surface, and swapchain. BearOso 2024-10-03 11:18:23 -0500
  • 72e4946410 win32: use selected bank for slot save/load, display both slot and bank in info string (#953) OV2 2024-09-27 21:10:25 +0200
  • 0727b4a474 Gtk: Clean up Snes9xWindow a bit. BearOso 2024-09-15 14:32:59 -0500