mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-08-30 07:25:05 +00:00
* Fix typos * Remove unneeded using statements * Enforce var style more * Remove redundant qualifiers * Fix some indentation * Disable naming warnings on files with external enum names * Fix build * Mass find & replace for comments with no spacing * Standardize todo capitalization and for/if spacing |
||
|---|---|---|
| .. | ||
| CryptoHelper.cs | ||
| Inst.cs | ||
| InstEmit32Helper.cs | ||
| InstEmitAlu.cs | ||
| InstEmitAlu32.cs | ||
| InstEmitAluHelper.cs | ||
| InstEmitBfm.cs | ||
| InstEmitCcmp.cs | ||
| InstEmitCsel.cs | ||
| InstEmitException.cs | ||
| InstEmitFlow.cs | ||
| InstEmitFlow32.cs | ||
| InstEmitFlowHelper.cs | ||
| InstEmitHash.cs | ||
| InstEmitMemory.cs | ||
| InstEmitMemory32.cs | ||
| InstEmitMemoryEx.cs | ||
| InstEmitMemoryHelper.cs | ||
| InstEmitMove.cs | ||
| InstEmitMul.cs | ||
| InstEmitSimdArithmetic.cs | ||
| InstEmitSimdCmp.cs | ||
| InstEmitSimdCrypto.cs | ||
| InstEmitSimdCvt.cs | ||
| InstEmitSimdHash.cs | ||
| InstEmitSimdHelper.cs | ||
| InstEmitSimdLogical.cs | ||
| InstEmitSimdMemory.cs | ||
| InstEmitSimdMove.cs | ||
| InstEmitSimdShift.cs | ||
| InstEmitSystem.cs | ||
| InstEmitter.cs | ||
| SoftFallback.cs | ||
| SoftFloat.cs | ||
| VectorHelper.cs | ||