Commit Graph

  • 0727b4a474 Gtk: Clean up Snes9xWindow a bit. master BearOso 2024-09-15 14:32:59 -0500
  • e06f1887d4
    Merge pull request #950 from Thorarin/load-preview-fix bearoso 2024-09-15 10:18:26 -0500
  • 9ed6f9d86b Screenshot: Don't use colon in filename. Use localtime BearOso 2024-09-15 10:14:46 -0500
  • d5ba1c6017 Fix load with preview file names and time stamps on extra banks Marcel Veldhuizen 2024-09-14 23:32:58 +0200
  • 0c547f3486 Gtk/Wayland: Different workaround for Gtk damage bug. BearOso 2024-09-12 14:09:00 -0500
  • ea243051ed Save screenshot files with date for easier sorting. BearOso 2024-09-11 19:22:45 -0500
  • ebd9df46ec Gtk: Avoid saving the size while fullscreening occurs. BearOso 2024-09-11 14:45:07 -0500
  • 5449e2d3c5 vulkan: Fix compile errors reported in Issue #946. BearOso 2024-09-06 13:35:46 -0500
  • 645a4712e7 vulkan: Remove waiting extensions. BearOso 2024-09-05 18:09:11 -0500
  • 15ae9de25b Qt/Vulkan: Don't try to draw black any more. BearOso 2024-09-05 16:09:22 -0500
  • fb89cbf4c4 vulkan: Tidy a bit. BearOso 2024-09-03 16:32:20 -0500
  • c8895c8cdb vulkan: Add support for VK_KHR_present_wait BearOso 2024-09-02 13:15:37 -0500
  • 8559143576 Fix compile on Windows. BearOso 2024-08-10 18:03:55 -0500
  • 1773782575 Move vulkan to common/video. BearOso 2024-08-10 17:41:47 -0500
  • 9f7173f819 Move shaders directory into common/video/opengl. BearOso 2024-08-10 17:08:57 -0500
  • 5c7847acbb Sort common OpenGL and Wayland files into folders. BearOso 2024-08-10 17:00:40 -0500
  • 8b1d67397e Qt: Experiment with alternate widget while a game isn't running. BearOso 2024-08-02 18:10:03 -0500
  • e92b93ca9c libretro: Clear SRAM after loading ROM. BearOso 2024-07-29 15:56:32 -0500
  • 5d9f5b061b Qt: Output S9xMessage to console. BearOso 2024-07-29 15:56:13 -0500
  • cc49a06c77 external: Update stb_image.h to reduce warnings BearOso 2024-07-26 17:06:17 -0500
  • 4a20cfc024
    Merge pull request #940 from lgv5/master bearoso 2024-07-28 17:34:35 -0500
  • bff02194a7 Gtk: Fix build on 32-bits systems. Lucas Gabriel Vuotto 2024-07-28 20:52:20 +0000
  • 8a9b8cfcfd SA1: Change mapping type for banks 40->4f on SA1. BearOso 2024-07-26 15:12:58 -0500
  • 881eeaed9a Update some version strings. BearOso 2024-07-14 14:30:36 -0500
  • 7c9c220931 macOS: Fix keyboard settings warning Michael Buckley 2024-07-14 12:27:08 -0700
  • 43b6efb12b MacOS: Fix building in Xcode 15. Michael Buckley 2024-07-14 11:38:55 -0700
  • 18096d9f68 imgui: add movie frame count and watches display (#167) OV2 2024-07-14 02:20:47 +0200
  • 921f9f7b83 Update changes.txt 1.63 OV2 2024-07-07 13:48:47 +0200
  • dcd279afe0 Update changes.txt. BearOso 2024-07-06 10:59:00 -0500
  • d514d135a7 Gtk: Create config directory in get_config_dir if it doesn't exist. BearOso 2024-06-18 15:38:21 -0500
  • ed3695f704 Gtk: Fix config directory order. BearOso 2024-06-18 15:35:05 -0500
  • 5a0bdcd021
    Merge c9d8282663 into a9e64edf73 sandboxgamedev123 2024-06-17 18:13:17 +0900
  • a9e64edf73 Vulkan/Win32: Fix compile error. BearOso 2024-06-13 16:50:12 -0500
  • 008cbcd1a1 Vulkan: Simplify set_vsync. Remove relaxed fifo. BearOso 2024-06-13 16:16:20 -0500
  • 3980a9d6d4 Vulkan: Fix inverted logic. BearOso 2024-06-13 15:56:04 -0500
  • 5c78493f4e Vulkan: Add device wait back to swapchain recreation. BearOso 2024-06-13 14:39:36 -0500
  • 33e40a8f16 Vulkan: Refactor present modes. Add relaxed. BearOso 2024-06-13 11:37:00 -0500
  • 2e25b70cf0 Vulkan: Associate new fence with swapchain image, not frame resources. BearOso 2024-06-13 11:16:36 -0500
  • 5949bbab97 Vulkan: Utilize VK_EXT_swapchain_maintenance1. BearOso 2024-06-12 16:51:12 -0500
  • 99990af31e Vulkan: Don't use mailbox for vsync case. BearOso 2024-06-11 18:04:09 -0500
  • c02ee4373e Vulkan: Refactor device acquisition for cleanness. BearOso 2024-06-11 16:07:38 -0500
  • 4f1a2d9c29 Vulkan: Remove exception handler/old swapchain use. BearOso 2024-06-11 16:06:30 -0500
  • c7b77d4a76 Win32: Throttle frame rate on alternate interlaced frames. BearOso 2024-06-07 14:27:47 -0500
  • c9d8282663
    Add files via upload sandboxgamedev123 2024-06-01 09:33:57 -0400
  • 32f817bfb9
    Rename makeappimage.sh to makeappimage_64-bit.sh sandboxgamedev123 2024-06-01 08:43:57 -0400
  • a277d7f9e8 win32: properly save bank+/- hotkeys (fixes #925) OV2 2024-05-26 17:02:43 +0200
  • 55724eba1d Qt: Change browse button to "Open Folder" button when location isn't custom. BearOso 2024-05-25 12:04:58 -0500
  • 794b4fdc72 Qt: Remove debug print from hat press. BearOso 2024-05-24 20:05:07 -0500
  • 738e53989e Cheats: Retain enabled state when updating existing cheat. BearOso 2024-05-18 19:25:33 -0500
  • 8f41776532 Qt: Hide software filter box. BearOso 2024-05-13 14:26:02 -0500
  • c9b90655bd Qt/Windows: Match system color scheme. BearOso 2024-05-13 13:58:31 -0500
  • cfabbd7f97 Qt: Prefer non-local config dir on Windows, and check for correct name. BearOso 2024-05-12 15:11:47 -0500
  • 911b416d28 win32: vulkan: apply vsync setting during init OV2 2024-05-12 01:23:23 +0200
  • f62eb40ac7 win32: skip framerate throttling in turbo mode (#853) OV2 2024-05-12 01:20:34 +0200
  • 6dd6f1945b Update version strings from 1.62.3 to 1.63. BearOso 2024-05-10 14:37:25 -0500
  • d62f14212e win32: default new cheat val to current cheat val, show error on empty new val (#918) OV2 2024-05-10 00:29:19 +0200
  • 87f050feba win32: add cheat edit and search dialogs as hotkeys (#918) OV2 2024-05-10 00:10:13 +0200
  • bf83f0f605 win32: add hotkey to switch aspect ratio (#912) OV2 2024-05-09 14:59:31 +0200
  • ba6f67510e win32: fix warnings OV2 2024-05-09 13:35:52 +0200
  • be53955553 win32: allow multiselect in cheat dialog, handle delete and selection (#916) OV2 2024-05-08 16:53:11 +0200
  • add607c38f Qt: Add save slot status info. BearOso 2024-05-07 14:27:28 -0500
  • c476e4acdc Gtk: Show existence of save state on slot select. BearOso 2024-05-07 14:18:40 -0500
  • bac6798141 Win32: Fix missing semicolon. BearOso 2024-05-07 14:06:33 -0500
  • 73cb8014f1 Win32: Show whether save state exists when slot selected. BearOso 2024-05-07 14:01:37 -0500
  • 77f86ef4b6 win32: only deinint d3d imgui elements if they were initialized OV2 2024-05-05 19:25:47 +0200
  • 51b6528224 Vulkan: Fix a couple of unsigned/signed warnings. BearOso 2024-05-04 15:43:54 -0500
  • c39e86c0c6 Qt: More built-in icons. BearOso 2024-05-04 15:38:29 -0500
  • 771b0ffc37 Qt: Mouse fixes. BearOso 2024-05-01 16:09:44 -0500
  • dcccf28bde Qt: Add mouse support. BearOso 2024-04-30 16:28:45 -0500
  • f6f9cf09e1 CMakeFiles: Tweaks. BearOso 2024-04-30 14:39:07 -0500
  • 2bb7723220 boot 4mb superfx roms Sneed 2024-04-27 20:17:16 -0400
  • fdcff015dc CPU: Stop emulation if CPU is deadlocked. BearOso 2024-04-27 17:44:21 -0500
  • 986dd2a061 SuperFX: Allow execution from ROM in higher banks. BearOso 2024-04-27 16:59:11 -0500
  • 65ef81ca2d SuperFX: Attempt to fix execution bank check against SCMR. BearOso 2024-04-27 16:46:05 -0500
  • 0a527f3adc
    Merge pull request #906 from pstef/update-minizip bearoso 2024-04-27 11:11:53 -0500
  • 496d2f0020
    Merge branch 'snes9xgit:master' into update-minizip pstef 2024-04-26 13:55:37 +0200
  • af4ec50b16 SuperFX: Run when any bit of SCMR is set. BearOso 2024-04-25 15:49:56 -0500
  • 582128bce7 Qt: Implement Swap Controller 1 & 2 BearOso 2024-04-22 15:54:56 -0500
  • 98cac16b46 Qt: Allow changing controller ports. No mouse yet. BearOso 2024-04-22 15:29:19 -0500
  • 8077396d39
    Merge pull request #914 from bernborgess/fix-vulkan-semicolon bearoso 2024-04-20 09:46:53 -0500
  • 3c09b1ea63 Fixed semicolon in vulcan_context.cpp bernborgess 2024-04-20 09:23:21 -0300
  • bb905521df Vulkan: Simplify some code. BearOso 2024-04-19 16:24:54 -0500
  • 0ae69cd518 Qt: Update paths before loading game. BearOso 2024-04-18 14:37:55 -0500
  • 8750a9ec26 Vulkan: Silence some warnings. BearOso 2024-04-17 17:12:51 -0500
  • a5a0a80464 Qt: Fix cheats dialog. BearOso 2024-04-17 15:51:38 -0500
  • e0849ab384 Qt/Windows: Just use a fixed dark fusion style. BearOso 2024-04-16 14:47:57 -0500
  • 31db46516d Qt/Windows: Don't use new windows11 style with Qt 6.7. BearOso 2024-04-15 15:51:41 -0500
  • 9d22dbb8d8 Cirrus.yml: Update FreeBSD target. BearOso 2024-04-13 18:14:26 -0500
  • 0ed93cd732 vulkan-headers: Roll back to v1.3.280. BearOso 2024-04-13 13:56:30 -0500
  • 3d5e412fb5 Vulkan-Hpp: Fix VULKAN_HPP_NO_NODISCARD_WARNINGS. BearOso 2024-04-13 13:49:48 -0500
  • 130942f578 Vulkan: Fix compile issues on Windows because of min/max. BearOso 2024-04-13 11:06:14 -0500
  • 46c6bd7eb4 Vulkan-Hpp: Don't use exceptions. BearOso 2024-04-12 18:47:16 -0500
  • 107482f6ec add .ogg support to msu1 Gutawer 2024-04-11 23:45:07 +0100
  • 7cf9f59923 Update VulkanMemoryAllocator-Hpp. BearOso 2024-04-06 16:28:03 -0500
  • 3ebc239034 Update vulkan-headers to v1.3.281. BearOso 2024-04-06 16:23:47 -0500
  • 5fbc17672a Guard Z_BZIP2ED with #ifdef HAVE_BZIP2 in miniunz.c, unzip.c Nebuleon Fumika 2014-01-29 21:41:59 +0000
  • 76207f9586 formatting before cherry-pick Piotr Paweł Stefaniak 2024-03-19 00:08:29 +0100
  • 860a928eca Remove a register keyword Piotr Paweł Stefaniak 2024-03-18 23:49:04 +0100
  • 94a649b4bb Fix compiling on Gentoo Linux due to use of non-public API. Brandon Wright 2012-07-19 22:21:31 -0500
  • 3791810d2c Update zconf.h and zlib.h for MacOSX to import z_crc_type Piotr Paweł Stefaniak 2024-03-18 22:00:03 +0100