- Mar 09, 2019
-
-
ReinUsesLisp authored
-
- Mar 07, 2019
-
-
bunnei authored
-
- Feb 07, 2019
-
-
ReinUsesLisp authored
-
- Jan 08, 2019
-
-
Zach Hilman authored
-
Zach Hilman authored
Stored as signed seconds since epoch.
-
- Dec 03, 2018
-
-
Zach Hilman authored
-
- Nov 20, 2018
-
-
Zach Hilman authored
When enabled, all exefs(es) will be copied to yuzu/dump/<title_id>/exefs.
-
- Nov 19, 2018
-
-
Zach Hilman authored
-
Zach Hilman authored
-
Schplee authored
* Correctly sets default system language for yuzu-CLI A user reported that yuzu_cmd runs games in Japanese rather than the correct default of English (like yuzu-qt does correctly), this change fixes that. * fix clang issue deleted whitespace
-
- Nov 12, 2018
-
-
Zach Hilman authored
-
- Oct 29, 2018
-
-
Zach Hilman authored
Also adds UI option in Debug > Dump section, with the idea later things to be dumped (i.e. other game data or textures, etc) will use the same group box.
-
- Oct 23, 2018
-
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
-
David authored
* Fixed conflict with nfp * Few fixups for nfc * Conflict 2 * Fixed AttachAvailabilityChangeEvent * Conflict 3 * Fixed byte padding * Refactored amiibo to not reside in "System" * Removed remaining references of nfc from system * used enum for Nfc GetStateOld * Added missing newline * Moved file operations to front end * Conflict 4 * Amiibos now use structs and added mutexes * Removed amiibo_path
-
- Oct 16, 2018
-
-
bunnei authored
- This will be used as a catch-all for slow-but-accurate GPU emulation paths.
-
- Oct 07, 2018
-
-
Zach Hilman authored
Uses -p (--program) and following string as args.
-
- Oct 02, 2018
-
-
fearlessTobi authored
-
- Sep 21, 2018
-
-
Valentin Vanelslande authored
-
- Sep 18, 2018
-
-
Philippe Babin authored
* Fix bug where default username value for yuzu_cmd create an userprofile with uninitialize data as username * Fix format * Apply code review changes * Remove nullptr check
-
- Sep 08, 2018
-
-
fearlessTobi authored
-
- Sep 03, 2018
-
-
Zach Hilman authored
-
- Aug 20, 2018
-
-
fearlessTobi authored
-
- Aug 01, 2018
-
-
Zach Hilman authored
-
bunnei authored
-
- Jul 21, 2018
-
-
Lioncash authored
Instead of using an unsigned int as a parameter and expecting a user to always pass in the correct values, we can just convert the enum into an enum class and use that type as the parameter type instead, which makes the interface more type safe. We also get rid of the bookkeeping "NUM_" element in the enum by just using an unordered map. This function is generally low-frequency in terms of calls (and I'd hope so, considering otherwise would mean we're slamming the disk with IO all the time) so I'd consider this acceptable in this case.
-
- Jul 18, 2018
-
-
bunnei authored
-
- Jul 03, 2018
-
-
James Rowe authored
-
- Jun 27, 2018
-
-
bunnei authored
-
- May 10, 2018
-
-
bunnei authored
-
- Apr 26, 2018
-
-
Lioncash authored
-
- Mar 27, 2018
- Mar 23, 2018
-
-
Valentin Vanelslande authored
-
- Jan 20, 2018
-
-
James Rowe authored
-
- Jan 13, 2018
-
-
bunnei authored
-
James Rowe authored
-
James Rowe authored
-