Alberto Fanjul
Alberto Fanjul
Use g:ag to define postprocesor variable. It will be a function which process each line and returns the filtered result. e.g: pseudocode Implementation for definition/callings on vimL: - Add a...
With 5f3ea8d place to put this is mostly defined. Instead of an IgnorePattern, this match patterns will work finding callers/callees or similar
Older versions of Ryujinx should allow to continue https://ci.appveyor.com/project/gdkchan/ryujinx/builds/34061417/artifacts On recent versions the only way to make it work is to disable FastFP https://github.com/Ryujinx/Ryujinx/blob/master/ARMeilleure/Optimizations.cs#L7 ``` diff --git a/ARMeilleure/Optimizations.cs b/ARMeilleure/Optimizations.cs index...
A narrow version of the patch fixes it while keeping the game fast ``` diff --git a/ARMeilleure/Instructions/InstEmitSimdArithmetic.cs b/ARMeilleure/Instructions/InstEmitSimdArithmetic.cs index 0d417f70..eb532658 100644 --- a/ARMeilleure/Instructions/InstEmitSimdArithmetic.cs +++ b/ARMeilleure/Instructions/InstEmitSimdArithmetic.cs @@ -380,7 +380,7 @@ namespace...
We should abstract the ag#provider so the program, ag, rg can be replaced and some concepts like group: `--group` `--heading` are used This way this plugin can use any search...
Thanks a lot for contributions. All seems great. I will review one by one. Probaby midi in/out will deserve an isolate PR. How can I simulate that scenario? recover from...
Definitely interesting, testing
But is just a suggestion or something that will brake or discontinue the app if not addressed?
I just setup a new laptop and apply this patch again. I found another corner case with ^ symbols, so PR is updated. Anything missing to apply it? just check...
Let me check your last gotcha: ``` Compound Commands [1m[[ [4mexpression [1m]] [0m ``` Looks I forget to add \[ and \] to possible inside chars. It should be fixed...