Commit Graph

  • 4b24178553 Rumble mode selection Lior Halphon 2020-04-29 16:50:31 +03:00
  • 4c443d51ce Minor JoyKit improvements Lior Halphon 2020-04-29 16:06:38 +03:00
  • 6448a692e2 Add smart rumble to games without a rumblepak Lior Halphon 2020-04-29 16:06:11 +03:00
  • 151d58eb60 setRumble should be double Lior Halphon 2020-04-29 16:05:31 +03:00
  • 5a14eb93c6 Merge branch 'master' into JoyKit Lior Halphon 2020-04-29 15:52:03 +03:00
  • 8f6047fdca Prevent -Wall from overriding -Wno flags Lior Halphon 2020-04-28 21:53:37 +03:00
  • 1e54c55c11 Making libretro compile without warnings with GCC Lior Halphon 2020-04-28 21:44:29 +03:00
  • c64d5b58b6 Make failed builds easier to read Lior Halphon 2020-04-27 23:29:26 +03:00
  • 8d016f19d2 Move the audio code to a different file Lior Halphon 2020-04-27 21:12:30 +03:00
  • 110cedeaac Even better hueristics Lior Halphon 2020-04-25 23:26:17 +03:00
  • d1e3ad7790 Better hueristics for wrong MBC type Lior Halphon 2020-04-25 23:18:03 +03:00
  • 0534b091a5 Fix SDL Lior Halphon 2020-04-25 23:11:29 +03:00
  • 9e99ce434e Allow loading .RAM files Lior Halphon 2020-04-25 23:09:08 +03:00
  • ca567bee79 Fix Linux build break Lior Halphon 2020-04-25 22:54:50 +03:00
  • 152924e13f Add support to the ISX format, including symbols Lior Halphon 2020-04-25 22:48:48 +03:00
  • 36aa3f31b9 -q was not enough Lior Halphon 2020-04-25 18:11:01 +03:00
  • f65dc73632 -q was not enough Lior Halphon 2020-04-25 18:09:04 +03:00
  • 9fbafab67f Use grep -q, put macOS first, restore -j Lior Halphon 2020-04-25 18:04:27 +03:00
  • 65fb6afd60 Make fixes Lior Halphon 2020-04-25 17:57:19 +03:00
  • 09e7068658 Fixing another duh Lior Halphon 2020-04-25 17:22:43 +03:00
  • aa9ccc724f Fixing a duh Lior Halphon 2020-04-25 17:20:06 +03:00
  • 7760e11544 Better error handling Lior Halphon 2020-04-25 17:12:53 +03:00
  • a35164dc0a Fixed unused variable on Linux Lior Halphon 2020-04-25 17:06:24 +03:00
  • e819b91a97 Rename job, temporarily disable -j Lior Halphon 2020-04-25 17:03:45 +03:00
  • bf67811392 Sanity test against a few test ROMs Lior Halphon 2020-04-25 16:59:47 +03:00
  • 8e702f1452 Also test libretro's buildability Lior Halphon 2020-04-25 15:13:04 +03:00
  • bb5c9f7fc6 Fix libretro build Lior Halphon 2020-04-25 15:12:10 +03:00
  • 66112f4930 That wasn't enough to fix it, I'll just disable this warning Lior Halphon 2020-04-25 14:55:51 +03:00
  • c62704e26b Minor fix for GCC's LTO Lior Halphon 2020-04-25 14:51:17 +03:00
  • 1e7737a239 Limit unroll to GCC 8 Lior Halphon 2020-04-25 14:46:01 +03:00
  • c2a395006e Update docs Lior Halphon 2020-04-25 14:45:52 +03:00
  • 097705456c Show compiler version Lior Halphon 2020-04-25 14:05:35 +03:00
  • 7e908fef0e The macOS environment doesn't come with GCC, it'll just test Clang again Lior Halphon 2020-04-25 14:04:51 +03:00
  • 17c97c3c2b Use brew's SDL2 on macOS Lior Halphon 2020-04-25 13:59:31 +03:00
  • 385cd1b8c7 Fix chmod Lior Halphon 2020-04-25 13:52:18 +03:00
  • 2df6d266bd Add a GitHub action to avoid breaking builds Lior Halphon 2020-04-25 13:50:35 +03:00
  • 94acbce822 Merge libco's commit history. Tim Allen 2020-04-25 15:50:55 +10:00
  • ddad913e06 OK this time it will work. Lior Halphon 2020-04-24 21:59:51 +03:00
  • 8ac029d3fe Truly truly fix #249, fix #251 Lior Halphon 2020-04-24 21:06:44 +03:00
  • 198942b273 Truly fix #249, fix #251 Lior Halphon 2020-04-24 21:00:30 +03:00
  • 634dcefd01 Typo Lior Halphon 2020-04-24 20:44:25 +03:00
  • 0cf168f32b Fixing inconsistent style Lior Halphon 2020-04-24 20:37:57 +03:00
  • d38fd41b0e Reorder flags so -Wpartial-availablility is affected by -Wno-unknown-warning -Wno-unknown-warning-option, fixes #249, fixes #251 Lior Halphon 2020-04-24 20:18:56 +03:00
  • 30e274953a Add 'libco/' from commit '7871e50f7d48444f1a6333128308acb0a1c8ad2b' MerryMage 2020-04-19 17:41:20 +01:00
  • c5b39e2dfc libco: Remove to make space for libco subtree MerryMage 2020-04-19 17:40:54 +01:00
  • 7871e50f7d First commit MerryMage 2020-04-19 17:35:46 +01:00
  • db9410caa5 Minor UI fix Lior Halphon 2020-04-11 21:48:47 +03:00
  • 32a0dc0e43 Rename the "Developer" menu to "Develop", like first party Mac apps Lior Halphon 2020-04-11 20:44:15 +03:00
  • 695c6ee943 Don't crash if a naughty frontend runs the boot ROM without a ROM Lior Halphon 2020-04-11 19:21:00 +03:00
  • 0abd3b2c46 Dump and load cheats Lior Halphon 2020-04-11 19:15:40 +03:00
  • 5df45417fa Console quirks Lior Halphon 2020-04-11 18:27:31 +03:00
  • 0c3db932b2 Fix Mavericks compatibility Lior Halphon 2020-04-11 18:19:15 +03:00
  • 2bc75caf9e Fix CRT shader on OpenGL Lior Halphon 2020-04-11 18:03:21 +03:00
  • 852a6997ed Add cheats UI to Cocoa Lior Halphon 2020-04-11 18:03:10 +03:00
  • 337e74352d Add cheats API, with GameShark and GameGenie import Lior Halphon 2020-04-09 20:11:55 +03:00
  • 1d80c185d8 Remove IDE comment Lior Halphon 2020-04-09 17:25:14 +03:00
  • 4a21dd3232 The Cocoa sidebar is now resizeable and collapseable Lior Halphon 2020-04-09 15:29:49 +03:00
  • a6567d9ee1 Update old coding style Lior Halphon 2020-04-09 14:32:52 +03:00
  • a9cd3f2c11 Fix operator priorities, fix parsing debugger bug Lior Halphon 2020-04-09 14:21:07 +03:00
  • 92d6cc6394 Use official register names Lior Halphon 2020-04-09 02:36:27 +03:00
  • d8e89f5114 Fix banked 16-bit assignments; fixes #245 Lior Halphon 2020-04-08 19:17:45 +03:00
  • 0ed5cf6b38 Proper MBC30 support, more accurate MBC3 emulation. Fixes #244 Lior Halphon 2020-04-08 19:07:29 +03:00
  • 882e5d292f Fix QT pWindow::setModal Kawa-oneechan 2020-04-07 20:32:45 +02:00
  • 1ebed1701a Merge pull request #6 from Sintendo/setting-input-crash Kawa 2020-04-03 00:38:21 +02:00
  • 97452b6ec3 settings/input: Fix updateControls crashes Sintendo 2020-04-01 00:06:00 +02:00
  • d75b7c0023 Feature request; allow loading prefs.bin relatively Lior Halphon 2020-03-28 22:56:19 +03:00
  • 9f3bffd4dd Add volume control to SDL Lior Halphon 2020-03-27 19:10:42 +03:00
  • 2f1b8e5b57 IME is now available under the registers command Lior Halphon 2020-03-27 18:56:47 +03:00
  • 1a3572316f next now skips over halt, closes #233 Lior Halphon 2020-03-27 17:49:14 +03:00
  • 05403d3a56 Fix the Joypad interrupt. Fixes #237 Lior Halphon 2020-03-27 17:36:55 +03:00
  • 876b36ac1c More crash fixes, restore Metal support Lior Halphon 2020-03-27 17:26:51 +03:00
  • 588c0734a9 Fix a crash Lior Halphon 2020-03-27 17:22:50 +03:00
  • 4cb56dc76f Improve MBC2 emulation. Fixes #238 Lior Halphon 2020-03-27 16:35:36 +03:00
  • fa1c84f18f Remove the Blend Frames menu item Lior Halphon 2020-03-27 15:43:30 +03:00
  • 7a807f5cae Fix #243 Lior Halphon 2020-03-26 22:18:31 +02:00
  • 5ecb845662 Add accurate frame blending option Lior Halphon 2020-03-26 20:54:18 +02:00
  • e94e7cc501 Add another color correction mode Lior Halphon 2020-03-25 20:33:13 +02:00
  • 1cde5dfad8 libco/aarch64: Optimize co_swap_function Sintendo 2020-02-26 23:57:32 +01:00
  • 7d9ebc59a0 libco/aarch64: Fix vector register handling Sintendo 2020-02-26 23:33:58 +01:00
  • 69d527f322 presentation: Bugfix for macOS: about -> aboutBsnes MerryMage 2020-03-22 17:24:53 +00:00
  • da335007e7 Remove documentation website link. byuu 2020-03-23 01:28:48 +09:00
  • 3df6623fbf Convert bsnes into a group project and relicense it to GPLv3 or later. byuu 2020-03-23 00:57:29 +09:00
  • 84e8e45b7b Implement ATTR_CHR Lior Halphon 2020-03-13 13:35:54 +02:00
  • e7f6ac8828 Do the same for SGB Lior Halphon 2020-03-06 21:19:53 +02:00
  • 34cf0f558d It's more reasonable to do it this way Lior Halphon 2020-03-06 18:56:51 +02:00
  • fe7667a00c Add drop shadows to the Monochrome LCD shader Lior Halphon 2020-03-06 17:37:47 +02:00
  • 4963ec4cc4 Gamma correction in the CRT shader Lior Halphon 2020-03-06 17:37:29 +02:00
  • ee939a3782 New boot ROM animation in the DMG boot ROM Lior Halphon 2020-03-06 17:37:18 +02:00
  • 78b552fe82 More attempts to fix this bug Lior Halphon 2020-03-06 17:37:04 +02:00
  • c6f9d05124 Emulate LCD-PPU horizontal desync on DMGs Lior Halphon 2020-03-06 14:41:13 +02:00
  • 4d2f56c42d Minor bug fix Lior Halphon 2020-03-04 23:43:05 +02:00
  • 1c7351fc85 Missing braces Lior Halphon 2020-03-04 23:34:36 +02:00
  • 8e80d2f8a4 v115 v115 byuu 2020-03-03 19:56:48 +09:00
  • 409ab2a6d4 Accurate emulation of tilemap advancement timings Lior Halphon 2020-03-03 02:21:19 +02:00
  • e846f4f3b0 Hacky, but correct emulation of WX=166 Lior Halphon 2020-03-01 23:58:28 +02:00
  • 2a8b26d5e6 Add TODO Lior Halphon 2020-03-01 00:23:50 +02:00
  • b7194402eb Accurately emulate Window X = Object X Lior Halphon 2020-03-01 00:17:45 +02:00
  • 5ca602fbd2 WX=0 emulation Lior Halphon 2020-02-29 18:26:16 +02:00
  • 39b999a68b Emulate the FIFO insertion glitch (WX variant) Lior Halphon 2020-02-29 17:06:08 +02:00
  • 955860b463 Get rid of the FIFO pause flags Lior Halphon 2020-02-28 22:36:51 +02:00