Radosław Gliński

Results 40 issues of Radosław Gliński

TLDR: Some games uses ``XFileRenameInformation`` to rename savefiles adhoc. I'm pulling it as draft. I'm not sure if everything works as intended and have proper names. There is for sure...

kernel

I'm waiting for rough review 💃 If you have any better place where to put: ``GetLastWSAError`` I would be glad to change its location. ### Benefits - This fixes Evolution...

kernel

### Summary RIght now if title have dlls that are being loaded and unloaded within a same addressing space there is a chance that two functions share same "starting point",...

I found out that actual behaviour of VirtualAlloc isn't exactly correct. Affected methods: ``BaseHeap::AllocFixed``, ``BaseHeap::AllocRange`` (probably) # Actual Behaviour Right now when we're recommiting already commited page it clears that...

![image](https://user-images.githubusercontent.com/153369/184096645-254ba8f3-f4d8-4cff-893f-ffa52f91190d.png) This allows less experienced users to have less issues with getting savefiles from console to Xenia and significantly simplifies process of installing DLCs. Process right now: 1. Go to...

Affected titles: https://github.com/xenia-project/game-compatibility/issues/827 https://github.com/xenia-project/game-compatibility/issues/125 Description: These titles use multiple threads to load same file, which in case of extracted file doesn't make any issue, however for STFS package it is...

vfs

- Changed font on Windows to tahoma - Allowed loading Greek and Cyrillic glyphs - Unified font size to 12. This causes default UI to look a bit bigger -...

ui

Right now for whatever reason stfs device contains support for both stfs and svod devices. There are significant differences between these two types, so I decided to split them, rewrites...

vfs

[DRAFT PR] I will write something more interesting here when I'm done with it. For now this might introduce some new bugs and fix many older bugs. Feel free to...