Commit Graph

  • b12ca3e9e3 Mac: Remove render lock and fix freeze/defrost screen Michael Buckley 2019-12-26 11:12:39 -0800
  • 375ba2702a Also apply Firepower 2000 scanline timing to Super SWIV (fixes #610) OV2 2019-12-26 15:06:55 +0100
  • 9e871a29a4 win32: print additional command line options, also react to -h /? OV2 2019-12-26 14:57:54 +0100
  • 6af12f272f Merge branch 'win32-saveload-preview' OV2 2019-12-26 14:33:45 +0100
  • 0291042e1c win32: easier definition of hotkey config dialog layout, change order of hotkeys win32-saveload-preview OV2 2019-12-25 21:01:48 +0100
  • aa64f39dac Mac: Lightly tested Metal renderer Michael Buckley 2019-12-21 07:09:04 -0800
  • 402fa9aed6 Mac: Replace os_unfair_lock with pthread_mutex_t, since os_unfair_lock is crashong on at least one computer Michael Buckley 2019-12-03 19:55:26 -0800
  • 92645c8ab1 Add title to Mac preferences window Michael Buckley 2019-12-03 19:54:18 -0800
  • e47e41627f win32: add hotkeys for preview dialog OV2 2019-12-20 16:39:07 +0100
  • 04a15d9a2e win32: only load screenshots in preview dialogs OV2 2019-12-19 18:19:50 +0100
  • 3c2ef2aa21 Add function to load only screenshot from snapshot file OV2 2019-12-19 18:18:45 +0100
  • c480642fb8 Add Linux & FreeBSD X11 CI builds Kirill Isakov 2019-12-16 13:21:57 +0600
  • 26ea0cc26b Add libretro core CI builds on more platforms Kirill Isakov 2019-12-16 00:37:22 +0600
  • 169af1d002 Add automated builds via Cirrus CI (Linux & macOS) Kirill Isakov 2019-12-15 22:01:44 +0600
  • 537fe6c637 Fix SPIRV linking error on Ubuntu/Debian Kirill Isakov 2019-12-15 16:57:51 +0600
  • fff7941ebf
    Merge pull request #602 from MichaelBuckley/mac-merge OV2 2019-11-28 16:08:08 +0100
  • 3d5240313b Fix dispaly on retina monitors Michael Buckley 2019-11-11 20:13:47 -0800
  • ca52af63f4 Mac: Fix creating support folders when they don't exist Michael Buckley 2019-11-11 19:24:08 -0800
  • 6582af1094 Mac: Use stick deadzones when configuring joypads Michael Buckley 2019-11-11 19:12:10 -0800
  • 25863eed5c Mac: enable hardened runtime Michael Buckley 2019-11-11 17:47:32 -0800
  • c618f18b5d Mac: Disable setting type and creator codes for now. It's not working on Catalina. Michael Buckley 2019-11-11 17:46:41 -0800
  • 358370a36b Set the minimum window size to avoid display issues with the freeze/defrost screen Michael Buckley 2019-11-10 20:42:10 -0800
  • ad606d0fc5 Mac: Remove printfs from resource fork functions Michael Buckley 2019-11-10 20:33:56 -0800
  • cd4f69b65a Mac: fix controls getting "stuck" when combined with modifier keys Michael Buckley 2019-11-10 20:31:49 -0800
  • ef30c1626a Mac: Fix fullscreen Michael Buckley 2019-11-10 20:05:34 -0800
  • 37a84fa54b Mac: reject keyboard output when the app is in the background Michael Buckley 2019-11-10 20:01:07 -0800
  • 32727b822f Mac: Fix Freeze/Restore Screen Michael Buckley 2019-11-10 19:54:00 -0800
  • 81fb0d16ad Mac: fix pausing emulation when window is closed Michael Buckley 2019-11-10 13:23:44 -0800
  • bb619e5597 Mac: pause emulation when the user clicks the view Michael Buckley 2019-11-10 13:19:51 -0800
  • 629296a5c4 Dim the screen when emulation is paused Michael Buckley 2019-11-10 13:18:14 -0800
  • 8117af03b1 COnfigurable joypad controls and video options Michael Buckley 2019-11-10 13:02:21 -0800
  • b52cc5ee8b Make keyboard controls configurable Michael Buckley 2019-11-06 20:44:19 -0800
  • b11472c744 Add Mac file icons back in Michael Buckley 2019-11-03 12:55:00 -0800
  • de248230b7 Fix race condition that could cause crash on exit Michael Buckley 2019-11-03 11:37:51 -0800
  • 38a4b9b3b5 Remove unused menu items and fix quitting when no ROM is loaded Michael Buckley 2019-11-03 11:13:26 -0800
  • ee85987d73 Update the documentation Michael Buckley 2019-11-03 10:53:13 -0800
  • ece780059e Restore Mac function buttons Michael Buckley 2019-11-03 08:10:19 -0800
  • 6fcfe8c3f8 Fix NULL dereference bug Michael Buckley 2019-11-03 08:09:43 -0800
  • 0d87a035b8 Add app icon back in Michael Buckley 2019-11-02 08:43:33 -0700
  • 5690beb260 New joypad implementation without configuration UI Michael Buckley 2019-11-01 21:10:29 -0700
  • 296650e2c7 Rearrange mac controls to be configured by player, reducing the number of button codes required Michael Buckley 2019-10-19 07:08:27 -0700
  • 41bf8cef73 Rewrite keyboard input handling, importing from the Carbon prefs Michael Buckley 2019-10-05 13:16:19 -0700
  • 0d698f666f Mac: fix rendering and placement of window Michael Buckley 2019-09-07 08:38:12 -0700
  • e9edecd94f Mac: fix stretching when resizing window Michael Buckley 2019-09-03 20:56:24 -0700
  • 5cf1aa0c0e Mac: Implement open recent menu Michael Buckley 2019-09-03 19:51:25 -0700
  • 2ce70f130c Mac: set the default video mode to blocky Michael Buckley 2019-09-03 06:23:49 -0700
  • 757cf7a347 Render on the foreground thread to allow resizing Michael Buckley 2019-09-02 16:08:41 -0700
  • 366ce0b105 Get app running that can load ROMs and be controlled with the default key bindings. No configuration is yet possible. Michael Buckley 2019-09-02 10:20:32 -0700
  • bc9d2cb2bc Migrate lproj folders Michael Buckley 2019-08-07 18:31:59 -0700
  • 4bd6f30dc8 Add a framework target from the existing code, deleting or commenting out code that needs to be removed or updated until it compiles. Nothing works at this stage. Michael Buckley 2019-07-13 20:42:21 -0700
  • 33f7a1711c win32: reset last_volume when reinitializing sound (fixes #603) OV2 2019-11-27 14:28:23 +0100
  • 931ba0a601 Fix warnings about extra tokens after #ifdef directive Michael Buckley 2019-06-30 17:09:26 -0700
  • c9840055ff Fix warnings about extra tokens after #undef directive Michael Buckley 2019-06-30 17:08:05 -0700
  • 2af9a88744 Remove outdated pascal specifier Michael Buckley 2019-05-23 18:18:53 -0700
  • d691cf052b Update musicbox.xib Michael Buckley 2019-05-18 12:33:52 -0700
  • 6ac9150959 Add .gitignore for Mac Michael Buckley 2019-05-18 09:28:45 -0700
  • ecd4069d19 Remove old Mac targets, add Mac 64-bit Intel target Michael Buckley 2019-05-18 09:12:47 -0700
  • 14b4b5a9fe libretro vita building tryal-star 2019-11-18 21:57:02 +0000
  • 24c33c24bb
    Try this Jean-André Santoni 2019-11-18 15:37:40 +0700
  • 9d73f18587
    iOS Jean-André Santoni 2019-11-18 15:29:28 +0700
  • bfd90cfe6a
    CI Jean-André Santoni 2019-11-18 15:01:22 +0700
  • ef2b451cd8 win32: add license header to shader dialog files OV2 2019-09-18 18:11:37 +0200
  • 4be1a1021f
    Merge pull request #598 from h3xx/fix-warnings bearoso 2019-11-14 10:51:59 -0600
  • c5bd183b2b
    Fix GCC unused function/variable warnings Dan Church 2019-11-14 10:26:30 -0600
  • 592cfeeaae
    Merge pull request #597 from tryal-star/sprites bearoso 2019-11-13 11:15:42 -0600
  • c064706aad add unlimited sprites (range) tryal-star 2019-11-13 03:25:56 +0000
  • 20f6dab047 Add render position hack and clean up rest. Brandon Wright 2019-11-12 16:25:41 -0600
  • a6e423a413 GTK: Allow SPIRV includes in glslang directory. Brandon Wright 2019-11-12 16:22:34 -0600
  • 0258422be8 GTK: Oops. Add particle files. Brandon Wright 2019-11-10 12:46:40 -0600
  • 19f7423f42 GTK: Add a couple animated background splashes. Brandon Wright 2019-11-08 17:05:36 -0600
  • ab4b9513f2 libretro win32: Really fix build. Brandon Wright 2019-10-18 16:50:57 -0500
  • 5908b78a21 libretro-win32: Fix build. Brandon Wright 2019-10-17 11:14:20 -0500
  • e1a5917d6e
    Merge pull request #588 from libretro/master bearoso 2019-10-17 11:12:05 -0500
  • bd9246ddd7 (tvOS) support building using tvOS SDK Yoshi Sugawara 2019-09-13 23:17:19 -0700
  • d93d4c95cb libretro: allow mingw cross compile Aaron Kling 2019-06-07 13:57:35 -0500
  • 89a997a02b (Core Options) Fix UTF-8 compilation issues, update 'libretro_core_options.h' to v1.3 format jdgleaver 2019-08-14 11:42:56 +0100
  • 2803917397 Turkish Language Support Ömercan Kömür 2019-07-31 00:14:50 +0300
  • 97f11174b1 Use consistent 'Light Gun' naming jdgleaver 2019-07-17 11:38:24 +0100
  • ae5af44e60 Further sanitise core options jdgleaver 2019-07-17 11:15:13 +0100
  • a39fd1128b Sanitise order of core option values jdgleaver 2019-07-16 12:48:45 +0100
  • 9ed2d39d3b Update Makefile Twinaphex 2019-07-16 12:20:13 +0200
  • 28cfaefd0e Fix build warnings jdgleaver 2019-07-16 11:00:59 +0100
  • c0205338d8 Add core option sublabels jdgleaver 2019-07-15 17:35:01 +0100
  • 44401058a1 Lightgun support Yoshi Sugawara 2019-07-09 09:57:16 -1000
  • 47e2cf8b73 Tupfile for super-repositories Emery Hemingway 2019-06-29 00:47:02 +0200
  • 11f02ad704 libretro: jni: Switch stl to c++ in preparation for ndk r20 Aaron Kling 2019-05-23 11:40:17 -0500
  • 00da664a60 GTK: Don't change config directory mode every time. Brandon Wright 2019-10-10 18:42:50 -0500
  • f7cb5667e8 Fix Mode7 mosaic glitch from tile cleanup. Brandon Wright 2019-10-10 17:59:16 -0500
  • c393694ed0 Shaders: Don't save "undefined" parameters. Brandon Wright 2019-09-30 16:00:06 -0500
  • 2e7a345dca win32: add dialog for saving/loading with preview images OV2 2019-09-18 18:04:17 +0200
  • 87f259c0f5 win32: add license header to shader dialog files OV2 2019-09-18 18:11:37 +0200
  • 855ab4d947
    Merge pull request #573 from greg-kennedy/master bearoso 2019-09-16 12:01:13 -0500
  • 532a13c7ce
    Merge pull request #576 from greg-kennedy/patch-1 bearoso 2019-09-16 12:00:45 -0500
  • 2722dd5991
    UNIX: fix incorrect YUY2 conversion Greg Kennedy 2019-09-16 09:01:23 -0500
  • ae84135f10 win32: Fix RF filter size. Brandon Wright 2019-09-15 16:53:29 -0500
  • 583ed1004c win32: Add RF NTSC filter name. Brandon Wright 2019-09-15 16:05:19 -0500
  • 406de85e0d win32: Add RF NTSC filter name. Brandon Wright 2019-09-15 16:04:52 -0500
  • ca8ca040ad win32: Add RF version of blargg NTSC filter. Brandon Wright 2019-09-15 16:03:06 -0500
  • 1b7cd843e1 libretro: Use burst phase with NTSC blitter. Brandon Wright 2019-09-14 19:59:09 -0500
  • ee6463a30f GTK: Pass a burst phase to Blargg NTSC blitter. Brandon Wright 2019-09-14 19:52:35 -0500