Commit Graph
24 Commits
Author SHA1 Message Date
EmulationFanaticandGitHub ab0491817e Reword the description of the 6GB expand DRAM hack to be less tantalizing (#3870)
* Reword the hack to something less tantalizing

* Address feedback
2022-11-20 17:15:57 +00:00
EmulationFanaticandGitHub b8de72de8f It's REE-YOU-JINX (#3839) 2022-11-15 22:19:25 +01:00
EmulationFanaticandMary-nyan 7a1ab71c73 Update README.MD verbiage and compatibility 2022-09-10 15:07:37 +02:00
EmulationFanaticandGitHub 51bb8707ef Update bug report template (#3676)
Adds some verbiage to indicate that game-specific issues should be posted instead on the game compatibility list, unless it is a provable regression.
2022-09-06 22:30:07 +02:00
EmulationFanaticandGitHub 53cc9e0561 Change 'Purge PPTC Cache' label & tooltip to reflect function behavior (#3601)
* Change PPTC purge label & tooltip

* Change Avalonia labels
2022-08-19 23:39:59 +00:00
EmulationFanaticandGitHub a00c59a46c update settings and main window tooltips (#3488) 2022-07-25 23:02:17 +02:00
EmulationFanaticandGitHub 2d252db0a7 GTK & Avalonia changes (#3480) 2022-07-23 12:05:51 -03:00
EmulationFanaticandGitHub b898bc84ce Increase height of Settings Window (#2355) 2021-06-10 13:15:41 +02:00
EmulationFanaticandGitHub 8588586062 Add SDL2 information & updated game compatibility stats (#2337) 2021-06-03 01:43:23 +02:00
EmulationFanaticandGitHub b5c72b44de Merge pull request #2177 from riperiperi/feature/parallel-shader-cache
Allow parallel shader compilation when loading a shader cache
2021-05-19 11:39:19 -07:00
EmulationFanaticandGitHub cac4f31dfa Fix uint -> int typo. (#2245) 2021-04-25 02:50:00 +02:00
EmulationFanaticandGitHub d394c7ee98 Update README.MD to reflect new OpenGL requirements, gamedb statistics, mods support (#2167) 2021-04-02 19:45:01 +02:00
EmulationFanaticandGitHub 2b92c10105 Fix typos (#2109) 2021-03-17 00:11:50 +01:00
EmulationFanaticandGitHub 0aea1e5cb0 Update README.MD (#2049) 2021-02-22 22:09:55 +01:00
EmulationFanaticandGitHub 9c2f851d39 Add PPTC acronym to settings page (#1974) 2021-01-29 14:20:02 +11:00
EmulationFanaticandGitHub b0d3f1d06f GUI Update: Fix controller input window to fit all images without scrolling (#1962)
Currently, when configuring controller input with an "Xinput Controller" or "Unmapped Controller", the window does not fit the images for Pro Controller (width limited) or Joycon Pair (width and height limited). This PR proportionally enlarges the window so that no scrolling is ever necessary to fully see the controller image.
2021-01-26 16:08:22 +11:00
EmulationFanaticandGitHub 72e94bb089 Update README.md to reflect new features/changes in the emulator (#1869)
* Update README.md to reflect new features/changes in the emulator

* Update Discord links
2021-01-07 22:31:46 +01:00
EmulationFanaticandGitHub 0a55657bd2 Enable Profiled Persistent Translation Cache (PPTC) by default (#1844)
* Enable Profiled Persistent Translation Cache (PPTC) by default

Enables PPTC by default. Enough time has passed and enough games tested that it should be the preferred setting for 99.9% of games. In case we are worried about PPTC files being put on the user's disk, shader cache already does this by default and generates about the same size files on average, so this should no longer be a concern.

* Update config.json with PTC set to true

* Updated _schema.json to set PPTC to true.
2021-01-01 15:36:47 +01:00
EmulationFanaticandGitHub d05db79a3e Update InvalidMemoryRegionException.cs to abide by English rules. (#1834) 2020-12-25 04:09:02 +01:00
EmulationFanaticandGitHub d636e3748d Specify the X64 version of .NET 5, and change the build command to be the right one (#1719) 2020-11-17 22:55:32 +01:00
EmulationFanaticandGitHub d3147bab5a Standardize to camel-case: option to check for updates on launch (#1698)
* Standardize to camel-case: option to check for updates on launch

Updates the "Check for updates on launch" to read instead "Check For Updates On Launch" to be consistent with camel-case options elsewhere in the UI. This time done with manual editing instead of with the Glade app.

* Updated to match general English rules on articles and conjunctions
2020-11-15 21:11:23 +01:00
EmulationFanaticandGitHub 61d83760f5 Update game compatibility list info in README.md (#1675)
* Update game compatibility list info in README.md

* clarity on playable games
2020-11-06 22:05:35 +01:00
EmulationFanaticandGitHub 2cde252eea Added graphics enhancements and dlc/mods info. (#1385) 2020-07-13 12:38:41 +10:00
EmulationFanaticandGitHub 4d56f97f1e Update README.md (#1302)
* General updating/cleanup

* Fixed firmware wording and unnecessary capitalization

* Removed superfluous asterisk

* Address Thog's comments, add config.json path

* Fix line break

* Address riperiperi's comments

* Update screenshot to match Ryujinx.org website

* Added PPTC blurb

* Address gdkchan's comments

* Clarify audio support

* Fix line break

* Remove extra .

* Address Thog's comments

Removed a few spaces on line 59

* Removed even more spaces.
2020-06-20 15:09:56 +02:00