Skip to content

Commit

Permalink
Fix first run crashing on Xbox One. Added savestate support. Rewind w…
Browse files Browse the repository at this point in the history
…orks. Fixes issue libretro#83 and possibly libretro#49.  Added Disc Control menu.  Supports Disks, Tapes and M3U files.  Added in support for 5200 Super Carts.  Better support for 5200 controller.  Added Paddle support.  Converted Core Options menu to v2.  Moved some core options into submenus.  Added controller mappings for Ports 2-4.  Added options for Dual Stick and Swap Ports.  Fixes issue libretro#76.  Joystick and Console can be controlled more easily with device type Atark Keyboard.  Added 4 Hi-Res Artifacting mode options.  Restart does something now.  When core option changed only reboot if necessary.  Removed several hardcoded controller binds.  Fixed issue libretro#29.  Joypad input ignored when virtual keyboard active.  SIO Acceleration now defaults to enabled.
  • Loading branch information
greenchili2 committed Jul 24, 2023
1 parent 86be15d commit b193898
Show file tree
Hide file tree
Showing 125 changed files with 8,218 additions and 2,138 deletions.
3 changes: 3 additions & 0 deletions .vs/ProjectSettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"CurrentProjectSetting": "No Configurations"
}
9 changes: 9 additions & 0 deletions .vs/VSWorkspaceState.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"ExpandedNodes": [
"",
"\\atari800",
"\\atari800\\src"
],
"SelectedNode": "\\atari800\\src\\pokeysnd.c",
"PreviewInSolutionExplorer": false
}
Loading

0 comments on commit b193898

Please sign in to comment.