index
:
Ryujinx
master
A backup of the Ryujinx master git branch.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Ryujinx.Common
Age
Commit message (
Expand
)
Author
2024-09-01
Vulkan: Feedback loop detection and barriers (#7226)
riperiperi
2024-08-05
Replace and remove obsolete ByteMemoryPool type (#7155)
jhorv
2024-06-16
fix: for pooled memory used for reference types, clear it on return to the po...
jhorv
2024-06-02
New pooled memory types (#6821)
jhorv
2024-04-19
chore: remove repetitive words (#6690)
toofooboo
2024-04-17
Ava UI: Input Menu Refactor (#5826)
Isaac Marovitz
2024-04-14
Texture loading: reduce memory allocations (#6623)
jhorv
2024-04-07
Audio rendering: reduce memory allocations (#6604)
jhorv
2024-04-04
Add support to IVirtualMemoryManager for zero-copy reads (#6251)
jhorv
2024-03-26
Implement host tracked memory manager mode (#6356)
gdkchan
2024-03-07
Add title of game to screenshot text (#6266)
Kyle
2024-02-12
Handle exceptions when checking user data directory for symlink (#6304)
jcm
2024-02-11
macOS: Stop storing user data in Documents for some users; fix symlinks (#6241)
jcm
2024-02-11
Infra: Capitalisation Consistency (#6296)
Isaac Marovitz
2024-02-11
Standardize logging locations across desktop platforms (#6238)
jcm
2024-02-06
Redact usernames from logs (#6255)
SamusAranX
2024-01-30
Fix opening the wrong log directory (#6220)
TSRBerry
2024-01-29
Make config filename changable for releases & Log to Ryujinx directory if app...
TSRBerry
2024-01-26
Ava UI: Mod Manager (#4390)
Isaac Marovitz
2024-01-25
Horizon: Implement arp:r and arp:w services (#5802)
Ac_K
2024-01-20
Support portable mode using the macOS app bundle. (#6147)
Steveice10
2023-12-04
editorconfig: Set default encoding to UTF-8 (#5793)
TSRBerry
2023-11-30
HLE: Add OS-specific precise sleep methods to reduce spinwaiting (#5948)
riperiperi
2023-11-16
Fix macOS Path (#5941)
Isaac Marovitz
2023-11-15
Migrate to .NET 8 (#5887)
Zoltan Csizmadia
2023-11-06
Overhaul of string formatting/parsing/sorting logic for TimeSpans, DateTimes,...
SamusAranX
2023-10-26
Add ldn_mitm as a network client for LDN (#5656)
TSRBerry
2023-10-25
macOS: Use user-friendly macOS version string (#5838)
jcm
2023-10-12
Replace ReaderWriterLock with ReaderWriterLockSlim (#5785)
sunshineinabox
2023-10-06
HLE: Fix Mii crc generation and minor issues (#5766)
riperiperi
2023-09-26
GPU: Don't create tracking handles for buffer textures (#5727)
riperiperi
2023-09-25
Add ldn:u implementation, INetworkClient interface and DisabledLdnClient (#5652)
TSRBerry
2023-08-13
"static readonly" constants should be "const" instead (#5560)
Marco Carvalho
2023-07-24
Add workflow to automatically check code style issues for PRs (#4670)
TSRBerry
2023-07-19
HLE: Fix corrupted Mii structs (#5468)
TSRBerry
2023-06-28
[Ryujinx.Common] Address dotnet-format issues (#5358)
TSRBerry
2023-06-28
Apply new naming rule to all projects except Vp9 (#5407)
TSRBerry
2023-06-15
Inheritance list should not be redundant (#5230)
Marco Carvalho
2023-06-13
Make LM skip instead of crashing for invalid messages (#5290)
gdkchan
2023-06-09
Check if existing oldConfigPath is a Symlink (#5271)
siegmund-heiss-ich
2023-06-05
Dont Error on Invalid Enum Values (#5169)
Isaac Marovitz
2023-06-01
[Logger] Add print with stacktrace method (#5129)
TSRBerry
2023-05-26
Ryujinx.Ava: fixes for random hangs on exit (#4827)
jhorv
2023-05-02
Add hide-cursor command line argument & always hide cursor option (#4613)
TSRBerry
2023-04-27
Move solution and projects to src
TSR Berry