ryubing/src/ARMeilleure
FluffyOMC faacec9801
JIT Cache Regions + HLE SoNoSigpipe BSD socket mapping (#615)
Instead of one big 2048MB JIT Cache that'd crash the emulator when maxed
out, we now have it where we add 256MB JIT Cache regions when needed,
helping reduce allocated memory where games don't use the JIT cache for
it, and helping bigger games that DO need JIT cache bigger than 2048MB!

![image](https://github.com/user-attachments/assets/ff17dc48-6028-4377-8c73-746ab21ab83b)
(SSBU goes past the 2048MB JIT Cache limit that would normally crash
Ryujinx ^)

Also I added a BSD socket that Baba is You's networking for downloading
custom levels uses.
2025-02-10 15:53:44 -06:00
..
CodeGen misc: chore: Remove unused using directives across entire solution. 2025-01-30 20:27:17 -06:00
Common misc: chore: Use collection expressions in ARMeilleure 2025-01-26 15:31:44 -06:00
Decoders misc: chore: Use collection expressions in ARMeilleure 2025-01-26 15:31:44 -06:00
Diagnostics misc: chore: Use collection expressions in ARMeilleure 2025-01-26 15:31:44 -06:00
Instructions misc: chore: Use collection expressions in ARMeilleure 2025-01-26 15:31:44 -06:00
IntermediateRepresentation misc: chore: Remove unused using directives across entire solution. 2025-01-30 20:27:17 -06:00
Memory JIT Cache Regions + HLE SoNoSigpipe BSD socket mapping (#615) 2025-02-10 15:53:44 -06:00
Native misc: chore: Remove unused using directives across entire solution. 2025-01-30 20:27:17 -06:00
Signal misc: chore: Remove unused using directives across entire solution. 2025-01-30 20:27:17 -06:00
State misc: chore: Remove unused using directives across entire solution. 2025-01-30 20:27:17 -06:00
Translation JIT Cache Regions + HLE SoNoSigpipe BSD socket mapping (#615) 2025-02-10 15:53:44 -06:00
ARMeilleure.csproj Migrate to .NET 9 (#198) 2024-12-19 18:52:25 -06:00
Allocators.cs editorconfig: Set default encoding to UTF-8 (#5793) 2023-12-04 14:17:13 +01:00
Optimizations.cs misc: Code cleanups & improvements, again 2024-10-17 01:21:32 -05:00
Statistics.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00