Commit graph

  • f7a1a99e25 Return zero state size if emulation is stopped OV2 2012-03-28 00:17:18 +02:00
  • da4829ec90 Prevent HWEvents from firing when setting cheats OV2 2012-03-27 16:40:34 +02:00
  • 9cc05b3c12 Merge branch 'memstream' OV2 2012-03-25 19:47:12 +02:00
  • 33cf3a44b3 Merge pull request #20 from bl0ckeduser/patch-1 BearOso 2012-02-08 21:32:59 -08:00
  • 31e95d944f Merge 4ce12c93c8 into d251878ef3 GitHub Merge Button 2012-02-08 17:17:03 -08:00
  • 4ce12c93c8 Update unix build scripts for new apu code Bl0ckeduser 2012-02-08 20:15:23 -05:00
  • d251878ef3 Merge pull request #19 from bl0ckeduser/patch-1 BearOso 2012-02-03 14:54:37 -08:00
  • 52b6f51057 Merge f699d21d12 into 1aeb1c8f3e GitHub Merge Button 2012-02-03 14:48:15 -08:00
  • f699d21d12 Fix header paths in apu/bapu/snes/snes.hpp bl0ckeduser 2012-02-03 17:44:58 -05:00
  • ef41a96c57 Fix header path in apu/apu.cpp bl0ckeduser 2012-02-03 17:43:32 -05:00
  • 1aeb1c8f3e Fix warning about operation order. Brandon Wright 2012-02-02 15:57:42 -06:00
  • 8db1c467ac Adjust fixed-point hermite resampler. Use signed arithmetic. Brandon Wright 2012-02-02 15:48:17 -06:00
  • 93cf0a77b9 Revert "Revert "Change hermite resampler to use fixed-point arithmetic for speed on"" Brandon Wright 2012-02-02 15:47:44 -06:00
  • 986289a96c Revert "Change hermite resampler to use fixed-point arithmetic for speed on" Brandon Wright 2012-02-01 14:45:31 -06:00
  • b66f00d6f4 Change type of temporary vars to properly clip. Fixes SMT problem. Brandon Wright 2012-02-01 09:33:04 -06:00
  • 2411daa2e7 Change hermite resampler to use fixed-point arithmetic for speed on slower FPU systems. Brandon Wright 2012-01-30 15:59:19 -06:00
  • 54a83400c6 Change GL constants back in fr_FR translation. These macros, when translated, wouldn't actually be valid GL header values. Brandon Wright 2012-01-30 13:37:47 -06:00
  • 3708a93858 Merge pull request #10 from bl0ckeduser/patch-3 BearOso 2012-01-30 11:36:48 -08:00
  • eed5ad2d14 Merge c2fa8a2cbf into f6c9ea8de3 GitHub Merge Button 2012-01-30 11:30:55 -08:00
  • f6c9ea8de3 Don't call hermite twice per sample for clamping. Adjust so compiler auto-SIMDs. Brandon Wright 2012-01-30 13:29:01 -06:00
  • 668f8becb7 Add bsx loading to libsnes memstream OV2 2012-01-28 01:52:28 +01:00
  • dc773bb6be Fix ZeroMemory reference. Brandon Wright 2012-01-26 14:07:12 -06:00
  • faa870ba49 Merge branch 'byuuapu' Brandon Wright 2012-01-26 14:00:35 -06:00
  • 05bc106f55 Merge branch 'byuuapu' of github.com:snes9xgit/snes9x into byuuapu byuuapu Brandon Wright 2012-01-26 13:47:21 -06:00
  • 804d419b39 Inline some functions to avoid vtable lookups. Brandon Wright 2012-01-26 13:42:27 -06:00
  • faee2859b5 Change ZeroMemory to memset OV2 2012-01-23 18:12:47 +01:00
  • dce8f6a1ff Win32: use event for soundsync OV2 2012-01-22 20:18:15 +01:00
  • a66f10d9e4 Convert old savestates for new smp OV2 2012-01-20 04:24:36 +01:00
  • fb3d38b66d Merge 0a7c84e767 into 8a8d7b5646 GitHub Merge Button 2012-01-11 14:08:16 -08:00
  • 0a7c84e767 reorder OS detection Alex Rosario 2012-01-11 17:07:22 -05:00
  • 0f69665d17 Fix double stream close OV2 2012-01-09 17:33:42 +01:00
  • 3368fd6883 Add multicart memory function, add sufami turbo to libsnes OV2 2012-01-06 20:13:16 +01:00
  • dee8895db2 Allow membased rom/state load/save, add libsnes interface (Themaister) OV2 2012-01-02 01:48:51 +01:00
  • 8a8d7b5646 Display all netplay connection error messages OV2 2011-12-29 15:49:29 +01:00
  • d6c8111955 Win32: add missing outputmode description OV2 2011-12-29 15:49:03 +01:00
  • 2337ab3ed0 Optimize hermite resampler slightly. The vtable lookup on read probably still hurts fine-granularity sound systems like OSS. Brandon Wright 2011-12-14 02:47:44 -06:00
  • 1b0c82ed3b Clean up configure.ac slightly. Brandon Wright 2011-12-14 02:47:28 -06:00
  • 1678b71d1e Prioritize GLX_EXT_swap_control over GLX_SGI_swap_control. Brandon Wright 2011-12-14 02:46:12 -06:00
  • 245364b7c1 Win32: use D3DTADDRESS_BORDER in every pass OV2 2011-12-10 19:17:03 +01:00
  • 468275b2f2 Win32: match D3D/OGL cg meta shader capability and update to latest spec OV2 2011-12-10 15:21:37 +01:00
  • 01bf98aaaf Win32: only save window position if not in fullscreen OV2 2011-11-30 19:31:59 +01:00
  • e68a1e9786 Win32: only allow escape-menu in directdraw OV2 2011-11-30 19:31:27 +01:00
  • 6b17c7d3bd Win32: save quit hotkey to config OV2 2011-11-30 19:21:37 +01:00
  • 9215fba453 Win32: add quit hotkey OV2 2011-11-12 21:01:46 +01:00
  • a1d48843ab Mac: fix typos in help (reflect fixes in Win32 readme) Bl0ckeduser 2011-11-18 21:08:19 -05:00
  • 342f773958 Merge pull request #14 from bl0ckeduser/patch-7 OV2 2011-11-18 13:46:30 -08:00
  • 9277f6281b Merge 2a939e6d9b into 8cd163d28b GitHub Merge Button 2011-11-18 13:37:21 -08:00
  • 8cd163d28b Merge pull request #16 from bl0ckeduser/patch-9 OV2 2011-11-18 13:37:20 -08:00
  • dfe63fc9ea Merge d53b71583c into 060d457e08 GitHub Merge Button 2011-11-18 13:32:06 -08:00
  • d53b71583c Win32: Fix typos in Readme bl0ckeduser 2011-11-18 16:30:47 -05:00
  • 62fd629c4a Unix: fix build warnings when NOSOUND is set bl0ckeduser 2011-11-18 15:01:00 -05:00
  • 060d457e08 Merge pull request #13 from bl0ckeduser/patch-6 OV2 2011-11-18 07:05:20 -08:00
  • 35fe65d1d9 Merge bdc68a6283 into 33cdfd8806 GitHub Merge Button 2011-11-18 07:04:32 -08:00
  • 33cdfd8806 Merge pull request #12 from bl0ckeduser/patch-5 OV2 2011-11-18 07:04:29 -08:00
  • 179f94d63a Merge cd2715e3a4 into 596697217a GitHub Merge Button 2011-11-18 07:02:11 -08:00
  • 596697217a Merge pull request #11 from bl0ckeduser/patch-4 OV2 2011-11-18 07:02:09 -08:00
  • 2a939e6d9b Fix crash in config file loader bl0ckeduser 2011-11-17 14:00:30 -05:00
  • bdc68a6283 Win32: handle lack of libpng bl0ckeduser 2011-11-17 00:01:48 -05:00
  • cd2715e3a4 Win32: only use zlib if it is turned on bl0ckeduser 2011-11-16 23:23:03 -05:00
  • 14d765ace3 Merge 4f4e1de2d0 into 2e275c4599 GitHub Merge Button 2011-11-16 20:20:07 -08:00
  • 4f4e1de2d0 Win32: add notice on removal of DirectDraw in recent DX APIs bl0ckeduser 2011-11-16 23:19:05 -05:00
  • c2fa8a2cbf Gtk: more improvements to French translation. bl0ckeduser 2011-11-16 13:07:25 -05:00
  • 2e275c4599 Merge pull request #9 from bl0ckeduser/patch-2 BearOso 2011-11-16 01:32:29 -08:00
  • df1540889f Merge 009276f9d0 into ca13eb017c GitHub Merge Button 2011-11-15 17:13:59 -08:00
  • 009276f9d0 Fix typos in French translation bl0ckeduser 2011-11-15 20:10:58 -05:00
  • ca13eb017c Merge pull request #8 from bl0ckeduser/patch-1 OV2 2011-11-15 15:56:38 -08:00
  • c23475e842 Merge 4e2d3854ab into 3086eb6901 GitHub Merge Button 2011-11-15 15:55:48 -08:00
  • 3086eb6901 Merge pull request #7 from bl0ckeduser/master OV2 2011-11-15 15:55:44 -08:00
  • 4e2d3854ab Make Microsoft-specific enum code more portable bl0ckeduser 2011-11-15 15:09:29 -05:00
  • e8fe99533a Merge f35b8005d5 into a5176752fd GitHub Merge Button 2011-11-14 17:11:14 -08:00
  • f35b8005d5 Win32: add scrollbar to accomodate large about dialog text bl0ckeduser 2011-11-14 20:11:10 -05:00
  • d98ed475eb Win32: fix about dialog text layout bl0ckeduser 2011-11-14 20:10:15 -05:00
  • 5286891441 Fix missing header (ctype.h for isalnum) Bl0ckeduser 2011-11-13 13:07:34 -05:00
  • a5176752fd forgot to edit in the latest Snes9X EX version number for Android and to reflect on the file being edited today, my bad! adventureoflink 2011-11-02 13:46:17 -03:00
  • b0b176a126 Updated the Snes9X EX description due to the Android Marketplace unfairly taking down Snes9X EX and including instructions on how to copy the ROMs and such to the iOS device adventureoflink 2011-11-02 13:21:31 -03:00
  • c188725ee4 Fix crash when drawing crosshair on screen edges (remove old workaround) OV2 2011-10-31 22:36:17 +01:00
  • 2c3230a8da Rework mid-frame interlace handling (ASP briefing screen) OV2 2011-10-23 23:29:10 +02:00
  • fe6b9f257f Win32: remove legacy snapshot extensions OV2 2011-09-15 20:03:34 +02:00
  • 3cbe3c68f0 Merge pull request #6 from tensorpudding/master BearOso 2011-10-18 12:31:54 -07:00
  • 13c55b9260 Allow switching between 3 SMP cores at compile-time. Brandon Wright 2011-10-18 13:10:06 -05:00
  • 01430f859d Merge efd1a6dd38 into bbdd19b22e GitHub Merge Button 2011-10-18 07:11:49 -07:00
  • bbdd19b22e Fix file path issue. Rebuild UI file so it works on GTK+ 2.24+. 1.53a Brandon Wright 2011-10-18 09:10:39 -05:00
  • efd1a6dd38 Updating POTFILES.in to replace .glade with .ui and add netplay translations Michael Moorman 2011-09-28 03:55:19 -04:00
  • 70159fd939 Pair opcode read with first instruction cycle. Remove opcode_cycle switching from unneeded cases. Brandon Wright 2011-09-19 15:15:19 -05:00
  • b97e56d64d Group some MOV opcode cycles together. Brandon Wright 2011-09-14 17:12:03 -05:00
  • 6b9d6caf54 Remove extra case bracker from 2-cycle MOV opcodes. Brandon Wright 2011-09-14 17:02:26 -05:00
  • d6e2f1c8e6 More pseudo-cycle modifications. Brandon Wright 2011-09-14 16:20:14 -05:00
  • a50f6989ef Finish converting opcycle_misc/opcycle_rmw to pseudo-cycle. Brandon Wright 2011-09-14 15:45:18 -05:00
  • a19395ee3c Start converting some opcodes to cycle-based. Brandon Wright 2011-09-14 12:54:51 -05:00
  • b4f07bc9be Add bps soft-patching support OV2 2011-09-10 16:20:00 +02:00
  • b442002071 Win32: only display cg error message if shader file has been set OV2 2011-09-09 23:52:35 +02:00
  • 6ebc68c017 Win32: fix multirom dialog OV2 2011-07-28 22:01:52 +02:00
  • 4668ae5850 Fix save state error. Brandon Wright 2011-09-07 11:46:52 -05:00
  • 1a774e9f27 Fixed the dates, sorry for these constant one change and commit things, I need to work on that :/ adventureoflink 2011-08-29 00:19:32 -03:00
  • cf6715c9e1 re-worded some of the Wii section, forgot to add this in the first two times, whoops adventureoflink 2011-08-29 00:09:51 -03:00
  • a2b407dace Forgot to fix the PSP port's homepage to instead go to the Google Code page for the source code, my bad! adventureoflink 2011-08-29 00:08:08 -03:00
  • 9974967eef Fixed the formatting of the docs file, now it's at 80 characters/line again; fixed a few inconsistencies. adventureoflink 2011-08-29 00:07:05 -03:00
  • e84f4f1a25 Changed the current version numbers to make this more up to date and to include a message about Zack discontinuing the PSP port. adventureoflink 2011-08-27 00:13:36 -03:00
  • f141d498d9 G-NEXT combined image support zones 2011-07-20 21:03:03 +09:00
  • 1f4f1f06d9 G-NEXT add-on cart support (untested) zones 2011-07-18 22:11:30 +09:00