Alex Barney
|
85dbb9559a
|
Adjust naming conventions and general refactoring in HLE Project (#490)
* Rename enum fields
* Naming conventions
* Remove unneeded ".this"
* Remove unneeded semicolons
* Remove unused Usings
* Don't use var
* Remove unneeded enum underlying types
* Explicitly label class visibility
* Remove unneeded @ prefixes
* Remove unneeded commas
* Remove unneeded if expressions
* Method doesn't use unsafe code
* Remove unneeded casts
* Initialized objects don't need an empty constructor
* Remove settings from DotSettings
* Revert "Explicitly label class visibility"
This reverts commit ad5eb5787c .
* Small changes
* Revert external enum renaming
* Changes from feedback
* Remove unneeded property setters
|
2018-12-04 18:23:37 -02:00 |
|
gdkchan
|
02a8e7fc93
|
Remove unnecessary usings (#463)
* Remove unnecessary usings
* Fix CastExpression while I'm at it
|
2018-10-17 14:55:10 -03:00 |
|
ReinUsesLisp
|
b3a4662be1
|
Move logging to Ryujinx.Common and make it a static class (#413)
|
2018-10-17 14:15:50 -03:00 |
|
emmauss
|
625fc8c0e0
|
Stubs Again (#439)
* stub/implement audren commands
* stub ISelfController get/set IdleTimeDetectonExtension
* stub irs
* add irs logclass, stub mmu:u irequest 1
* style fixes, addressed comments
|
2018-10-07 17:12:11 +02:00 |
|