aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2019-02-11Logger and Configuration Refactoring (#573)jduncanator
* Logging: Refactor log targets into Ryujinx.Common * Logger: Implement JSON Log Target * Logger: Optimize Console/File logging targets Implement a simple ObjectPool to pool up StringBuilders to avoid causing excessive GCing of gen1/2 items when large amounts of log entries are being generated. We can also pre-determine the async overflow action at initialization time, allowing for an easy optimization in the message enqueue function, avoiding a number of comparisons. * Logger: Implement LogFormatters * Config: Refactor configuration file and loading * Config: Rename to .jsonc to avoid highlighting issues in VSC and GitHub * Resolve style nits * Config: Resolve incorrect default key binding * Config: Also update key binding default in schema * Tidy up namespace imports * Config: Update CONFIG.md to reflect new Config file
2018-12-17Update the Readme (#546)Dudejoe870
* Update the Readme (finally) * Address Feedback Move default button mappings to CONFIG.MD Change "Ryujinx solution folder" to "Ryujinx project folder" Re-word the help section Get rid of "(RC1)" on the .NET Core download link * Update discord link
2018-11-17Get rid of the link to Ryujinx-Settings (#501)GalladeGuy
2018-07-12Update README.mdAc_K
2018-07-02Add Controller Support (#196)John Clemis
* Added Basic Controller Support * Added Extra Configuration Options Added a GamePad_Enable option and GamePad_Index option * Revert "Added Extra Configuration Options" This reverts commit 6cc56bfe7ed473fedf8dfe79c7a888bbe7cfe147. * Revert "Revert "Added Extra Configuration Options"" This reverts commit 4809e5effe7f54cdb67bc5e2b4f01315ae34efc5. * Forgot to change the Gamepad Index * Added Configuration for the A B X Y Buttons * Added Button Configuration for all other Buttons * Added Basic Joystick Configuration * Fixed Joystick Axis Problems Fixed Joystick Axis Problems when switching around the Joysticks (Left Stick is Right and Right stick is Left) * Refactored all of the button mapping code * Changes in compliance with review * Changes in compliance with review * Fixed problems in the configuration file with different regions * Changes in compliance with review
2018-06-10Update README file (#143)Lordmau5
2018-05-15Update README.mdAc_K
2018-05-11Update min sdk version on readme (for real this time)gdkchan
2018-05-11Update min sdk version on readmegdkchan
2018-04-24Update README.mdgdkchan
2018-04-05Update README.mdAc_K
2018-02-25Refactor IPC services to have commands into separate classes, fix readme urlgdkchan
2018-02-24Add FABD (scalar), ADCS, SBCS instructions, update config with better ↵gdkchan
default control mappings, update readme with the new mappings
2018-02-24Fix build linkgdkchan
2018-02-20Fix various typos in the Readme (#31)Hexagon12
* Fix some typos * Fix even more typos
2018-02-17Update README.md (#22)Ac_K
2018-02-15Update README.md (#16)Ac_K
2018-02-12Update README.md (#11)Valentin Vanelslande
2018-02-10Update README.mdgdkchan
2018-02-08Basic audio supportAcK77
Implement IAudioOut. Small corrections on AudIAudioRenderer. Add glitched audio playback support through OpenAL.
2018-02-04Update README.mdgdkchan
2018-02-04Create README.mdgdkchan