Commit Graph

  • 682fcdbdfd
    Create MCPE2 Creeper25 2022-08-09 23:48:23 +0200
  • 8c0a4a4168 Gtk: Fix replacing last directory component instead adding filename BearOso 2022-04-30 12:35:41 -0500
  • f3fafab8b3 Remove unused logger.cpp and logger.h. BearOso 2022-04-25 15:45:39 -0500
  • 3c729a9763 Gtk: Remove option to disable OpenGL. BearOso 2022-04-19 17:22:42 -0500
  • 1085ed6fad Remove Settings.SupportHires BearOso 2022-04-13 15:06:13 -0500
  • 7cbe92afa0 Use MAX_SNES_HEIGHT, not SNES_HEIGHT_EXTENDED. BearOso 2022-04-12 18:45:33 -0500
  • 730b933126
    Merge pull request #760 from realnc/fix-libretro-runahead-audio bearoso 2022-04-12 10:19:06 -0500
  • 1ea6ef5061
    libretro: Fix audio when video rendering is disabled Nikos Chantziaras 2022-04-12 15:50:26 +0300
  • 6628042fe3 libretro: Get audio samples during frame callback. BearOso 2022-04-11 16:04:29 -0500
  • ba472fe3ef Actually use buffer_size. BearOso 2022-04-10 21:04:56 -0500
  • 4f634fcfb2 Adapt to non-contiguous GFX.Screen. BearOso 2022-04-10 18:31:36 -0500
  • cd3aba52dd Add cast. BearOso 2022-04-10 18:20:59 -0500
  • 568991681d Attempt to blindly fix MacOS. BearOso 2022-04-10 18:16:16 -0500
  • a953721967 win32: Adapt to GFX.Screen in core. BearOso 2022-04-10 17:26:32 -0500
  • aa6abace40 Create output buffer in core. BearOso 2022-04-10 16:41:16 -0500
  • 784667f5b2 Gtk: Update gtk_file.cpp for modern C++ BearOso 2022-04-09 17:19:01 -0500
  • d61e8b1817
    Updated brazilian portuguese Felipe 2022-03-31 14:05:49 -0300
  • 78d006ffdb cirrus.yml: Add cmake dep to Gtk build. BearOso 2022-03-24 16:41:39 -0500
  • b759ebbf19 Gtk: Lower meson required version. BearOso 2022-03-24 16:37:35 -0500
  • 8b0cc9ae52 Gtk: Add missing CMake options. BearOso 2022-03-24 16:33:20 -0500
  • a4cf41e879 Gtk: Add CMake as build option. BearOso 2022-03-24 12:21:52 -0500
  • 17cb084df0 Gtk: Experiment with symlink. BearOso 2022-03-22 14:09:30 -0500
  • 0a20681778 libretro: Send all samples at frame end. BearOso 2022-03-21 18:31:28 -0500
  • 2262544c4e libretro: Sound buffering change. BearOso 2022-03-21 14:52:49 -0500
  • a48496fd10
    libretro: Don't submit audio samples multiple times mid-frame Nikos Chantziaras 2022-03-19 21:31:24 +0200
  • 93d538dfaf Fix errant h. BearOso 2022-03-18 16:12:15 -0500
  • 470e55650a win32: Adjust to moved external deps. BearOso 2022-03-18 15:31:02 -0500
  • fe5fbb0c80 Gtk: Fix compile with moved deps. BearOso 2022-03-18 15:15:53 -0500
  • 88f4d66de8 Move GPU related submodules to external. BearOso 2022-03-18 15:05:15 -0500
  • a8fafcd94c Gtk: Clean up a couple sound drivers. BearOso 2022-03-12 11:19:39 -0600
  • 67e09d36c5 Revert "Change where we break S9xMainLoop/Scan for input ("Brunnis lag fix")" Akiteru 2022-03-11 13:48:11 -0330
  • 6092897bb6 Remove CMemory::Map_RockmanXRev0LoROMMap and instead map the necessary addresses in CMemory::ApplyROMFixes Akiteru 2022-03-07 18:37:45 -0330
  • 15e3c6eaa2 Merge remote-tracking branch 'upstream/master' into rmx-1.0-copy-protection-fix Akiteru 2022-03-07 17:28:29 -0330
  • 0a94eaa6dc Revert "LoROM: Don't map SRAM if size is 0." BearOso 2022-03-07 11:28:19 -0600
  • 49b18c268d Fix Rockman X 1.0 memory mapping to stop triggering the botched copy protection Akiteru 2022-03-06 20:44:04 -0330
  • 7e97bb59a1
    Merge pull request #738 from ds22x/master 1.61 bearoso 2022-03-03 10:41:25 -0600
  • 1041ff3e24 Gtk: Add Ukrainian translation from StanleyKid-22. BearOso 2022-03-01 18:22:03 -0600
  • 29d319ad78
    Merge pull request #735 from jSTE0/microopt bearoso 2022-02-21 17:47:02 -0600
  • 671e1850c4 Add bug, feature request and question reports bladeoner 2022-02-17 23:51:21 +0100
  • f9687e5350
    Update changes.txt bearoso 2022-02-19 13:28:33 -0600
  • f95c9aacd9 Update changes.txt BearOso 2022-02-19 13:24:55 -0600
  • 8f5afb1013 gtk: Initialize jd BearOso 2022-02-19 13:22:20 -0600
  • 17e75b1469
    Merge pull request #741 from jraby/gtk-joystick-hotplug bearoso 2022-02-19 13:20:38 -0600
  • 65d41e7b37 joynums.fill(false); Jean Raby 2022-02-18 16:12:19 -0500
  • 38b1e495ea Move joystick + related functions under JoyDevices Jean Raby 2022-02-18 13:50:47 -0500
  • 32347eb6a9
    Merge pull request #737 from jraby/fix-relative-paths-savestates bearoso 2022-02-18 13:57:00 -0600
  • e1685b05eb range-based for loops + simplify joynum assignment Jean Raby 2022-02-18 11:08:20 -0500
  • cdbf783fc4 gtk: Support adding/removing joysticks at runtime Jean Raby 2022-02-15 23:14:11 -0500
  • 054e2f55b1 Add missing translated entry ds22x 2022-02-14 13:49:35 +0100
  • eb7ddae407 Create a separate aspect ratio option for '4:3 Preserved' ds22x 2022-02-14 13:44:49 +0100
  • e6118290e2 gtk: Simplify S9xOpenSnapshotFile Jean Raby 2022-02-13 21:46:06 -0500
  • c81d3baca1 gtk: save_state_dialog - use filename without dir Jean Raby 2022-02-13 21:44:49 -0500
  • d7dc9acf2f win32: stop trying to send audio data after device removal OV2 2022-02-14 01:05:57 +0100
  • 96059dd45a dsp1: Optimise copying registers on LE platforms jSTE0 2022-02-11 23:32:31 +0000
  • 242238a610 fx: Optimise copying registers on LE platforms jSTE0 2022-02-11 22:48:10 +0000
  • 104769cec0 dsp1: Use clz CPU instruction when normalising fixed-point numbers jSTE0 2022-02-04 22:55:06 +0000
  • 423361e4d1 dsp: Mark function-scope const arrays as static jSTE0 2022-02-04 22:52:50 +0000
  • 305cafc8c8 gfx: Use simpler equality test for IPPU.FrameCount jSTE0 2022-02-04 22:48:48 +0000
  • f1ac3dc6d3
    Merge pull request #734 from realnc/fix-43-aspect-ratio-upstream bearoso 2022-02-02 16:13:37 -0600
  • f73ef51014 Mac: Set marketing version to 1.61 Michael Buckley 2022-02-02 10:58:18 -0800
  • 68f536dcbe Revert "Mac: prefer integrated GPU" Michael Buckley 2022-02-02 10:53:32 -0800
  • 1d1140db1c
    libretro: Fix 4:3 aspect ratio to actually be 4:3 regardless of cropping Nikos Chantziaras 2022-02-02 02:22:15 +0200
  • 8b1f127404 Add scanline timing for Full Throttle Racing. BearOso 2022-01-31 19:47:21 -0600
  • d4cec8eb2a Gtk: Wayland: Use older wayland API for compatibility. BearOso 2022-01-31 16:56:17 -0600
  • 41fb9eb4c4 Set SRAM initialization to set whole buffer, not just a few bytes. BearOso 2022-01-31 16:39:04 -0600
  • da23559f2f Gtk: Add wayland-client as wayland dep. BearOso 2022-01-31 16:32:27 -0600
  • 8ed8fdab86 Update changes.txt. BearOso 2022-01-31 16:21:29 -0600
  • 12e19abbe9 Unix: Regenerate configure. BearOso 2022-01-31 16:18:33 -0600
  • 111b92ca58 Unix: xvideo: Prefer RGB then YUY2 then I420. BearOso 2022-01-31 16:15:42 -0600
  • 951de39c87
    Merge pull request #727 from cjacker/master bearoso 2022-01-31 16:10:44 -0600
  • 13d68ad3cc Update changes.txt OV2 2022-01-31 17:59:50 +0100
  • bdb27635e0 win32: fix frame advance hotkey no longer working after 25 days (fixes #716) OV2 2022-01-31 17:29:01 +0100
  • f56b1e7668 Gtk: Wayland: Add idle inhibitor. BearOso 2022-01-30 21:23:33 -0600
  • 2bc5302478 Add ability of FastROM hacks to use SuperFX. BearOso 2022-01-30 20:17:52 -0600
  • a4efafbd2e libretro: Fix interaction with Blargg filter and hires. BearOso 2022-01-30 20:03:34 -0600
  • 82891ce976 changes.txt: Add some unix port changes. BearOso 2022-01-30 18:40:32 -0600
  • c8ffda83e7 Gtk: Set default background to starfield. BearOso 2022-01-30 18:34:51 -0600
  • 71da4e3c07 Update changes.txt. BearOso 2022-01-30 18:30:11 -0600
  • eb2c993a91 Update version and copyright for 1.61. BearOso 2022-01-30 17:52:50 -0600
  • 34b6160805 pulseaudio: Fix potential stall with Pipewire BearOso 2021-12-20 12:15:27 -0600
  • a283596722
    Merge pull request #728 from Jamiras/custom_frame_advance OV2 2021-12-13 21:40:10 +0100
  • 32f3f81a2c fix custom key bind for frame advance Jamiras 2021-12-13 13:24:45 -0700
  • a57531b9f8 fix realloc error Cjacker 2021-11-25 21:34:51 +0800
  • bd996da4af Add I420 Xvideo image format support, with both libyuv hardware acceleration and software conversion support. Cjacker 2021-11-23 15:59:38 +0800
  • d65789edc4 Add alsa sound output support Cjacker 2021-11-23 15:20:01 +0800
  • 64bf636b5c fix paddev[n] args Cjacker 2021-11-23 15:18:41 +0800
  • cf1a5901fc Mac: prefer integrated GPU Michael Buckley 2021-11-17 19:22:00 -0800
  • edc32fc0bd Mac: Implement emulation hack preferences. Michael Buckley 2021-11-15 10:57:25 -0800
  • 1061c616b5
    Merge pull request #6 from sbzappa/merge-snes9xgit sbz 2021-09-08 22:33:13 -0400
  • 26af2e98f8 Merge remote-tracking branch 'snes9x-base-repo/master' into merge-snes9xgit sbzappa 2021-09-08 22:26:07 -0400
  • c2d4a4a1dc
    Merge pull request #5 from sbzappa/arm64-support sbz 2021-09-06 20:51:59 -0400
  • 6a52a34c98 Updated liblua.a with arm64 architecture. sbzappa 2021-09-06 20:49:42 -0400
  • 82ea40f248
    Merge pull request #4 from sbzappa/snes9x-merge sbz 2021-09-06 20:34:36 -0400
  • 32c73640b9 Tweaked mutex initialization to avoid potential crashes. sbzappa 2021-09-06 15:16:50 -0400
  • 46f11f61da Add 128KByte SRAM support in cheats and netplay client qwertymodo 2021-08-25 10:12:11 -0700
  • 041108ddf2
    Merge pull request #717 from ImmaturityRules/win10-sdk-fix OV2 2021-08-25 16:34:54 +0200
  • a2ac3b98b1 Fix Win10 SDK and vc142 toolset build Steve Sharples 2021-08-24 18:30:55 +0100
  • e66acceeda Add support for mapping more than 128KByte SRAM qwertymodo 2021-08-20 15:33:23 -0700
  • 8980c6fc32
    Add proper support for SuperFX 8MB ROM emulation Yoshimaster96 2021-07-31 17:33:31 -0500
  • e1e6c015a9
    Fixed EOL Yoshimaster96 2021-07-31 17:24:56 -0500