Commit Graph

5627 Commits

Author SHA1 Message Date
emoose eabe6622f9 [CPU] Fix heap corruption by XEXP header patch not resizing headers correctly
This should hopefully fix GTA IV's TU (for media ID 6AC07221 at least)
2020-02-19 03:36:06 -05:00
emoose 07e8ce4f68 [VFS/Kernel] Fixes to allow games to make use of cache partitions
Happy new year! Here's my first commit of the 2020s :)

With these fixes, Halo 3 Epsilon will now write cached map data & other things (autosaves/datamine...) to the cache0/cache1 partitions, (as long as mount_cache cvar is set)
(Halo 3 retail will also write some things to cache with this, but oddly doesn't cache map stuff... which is strange because Epsilon was built only a day or two after the retail build, so I'm not sure why it'd work differently...
Maybe retail needs a TU applied for it to work or something like that)
Other games should hopefully work with cache now too (AFAIK the problem was in SDK library code, that a lot of games probably share)
No idea if this will actually improve anything though, but at least things will work closer to what games expect :)

The way this works is by tricking the cache-partition code (staticly linked into the game exe) into thinking that the Partition0/Cache0/Cache1 devices are valid.
To do that I made another kind of VFS device, the NullDevice, which just takes in a list of paths to handle.
Whenever an IO request is made to one of these paths, the NullDevice can simply pretend to the game that everything was successful, which satisfies the requirements needed for caching.

It also makes use of another trick: setting TitleInsecureCacheDrive XEX permission, which seems to skip a huge chunk of cache-init code (STFC filesystem device registration & stuff like that)
I'm not sure if this would work with every single revision of the STFC/cache code though...
At least in Halo 3 the retail code will handle the TitleInsecureCacheDrive case for us fine, but maybe older/more recent versions don't include functionality for it, need to look into it some more.
(I did try an impl. without needing this permission months ago, got pretty far with it but got caught on one tiny issue that I couldn't figure out... too bad I didn't find out about this permission earlier!)
2020-02-19 03:36:06 -05:00
Cancerous a0b0b7a751 [Kernel] HDD and save detection changes 2020-02-19 03:36:06 -05:00
Cancerous e0631c80a7 [Kernel] added more checks to filter user_index out of range 2020-02-19 03:36:06 -05:00
Cancerous 208fb80052 [Kernel] - further adjustments to xam overlapped ui for storage selection and messages 2020-02-19 03:36:05 -05:00
Cancerous b8d0b730bd [Kernel] - time fix for darksouls 2020-02-19 03:36:05 -05:00
Cancerous 8807229fe8 [VFS] more logging for resolving files 2020-02-19 03:36:05 -05:00
Cancerous c7990d0f00 [Kernel] - swapdisc fixes for gtav 2020-02-19 03:36:05 -05:00
Cancerous c386146752 [Kernel] stubs for 9199 (eventually) 2020-02-19 03:36:05 -05:00
illusion98 4c6b6a11e9 Force 1080p output mode 2020-02-19 03:36:05 -05:00
Gliniak e2c8937bb6 [Achievements] XamUserCreateAchievementEnumerator - title_id 0 behaviour
Based on research 0 in title_id is interpreted as current game
2020-02-19 03:36:05 -05:00
Gliniak 36896ecb2c [XAM] Removed code related to buffer clear
Some games have hardcoded buffer size which doesn't match real size
2020-02-19 03:36:05 -05:00
Margen67 5f33780140 [AppVeyor] Skip tests
this is already slow enough
2020-02-19 03:36:05 -05:00
Cancerous 853f2ef518 further ajustment to buffer size to fix regression 2020-02-19 03:36:05 -05:00
Cancerous ae45e6798f title update fixup - breaks xex1 temporarily 2020-02-19 03:36:05 -05:00
Cancerous fdf9abe137 [Kernel] More adjustment to XNotification spam filter 2020-02-19 03:36:05 -05:00
Cancerous 252999c150 [Kernel] - adjusting XAMEnumerate buffer size to fix Angry Birds and Resonance of Fate - thanks Gliniak 2020-02-19 03:36:05 -05:00
Gliniak 7f980964d9 [Kernel/Sketchy] Implemented NtQueueApcThread
Signed-off-by: Gliniak <Gliniak93@gmail.com>
2020-02-19 03:36:04 -05:00
Cancerous a8c9b82a06 [Kernel, UI]
threaded UI notifications from emoose Issue 1296
added fixups for hdd detection in more games (wheelman for example)
changed filter that stops notification spam
2020-02-19 03:36:04 -05:00
Cancerous 5cbb54f568 [Base] icon fix 2020-02-19 03:36:04 -05:00
Margen67 4316f354d7 [CI] Skip master branch, also rename xenia.exe to xenia-canary.exe in AppVeyor+Azure 2020-02-19 03:36:04 -05:00
illusion98 fe24d5afe3 [Kernel] Title Update fixup
Co-Authored-By: aerosoul94 <aerosoul94@hotmail.com>
2020-02-19 03:36:04 -05:00
Margen67 eed78c5936 [GitHub Actions] Releases, minor changes
Formatting fixes.
Add comment about SSE2 builds not working on non-AVX(2) CPUs.
Don't build tests.
 Prepare artifacts:
  Switch to PowerShell.
  Rename xenia.exe to xenia-canary.exe.
 Add Releases:
  This allows GitHub Actions to have a link to the latest artifacts like AppVeyor, except not slow as fuck.
  Currently AVX-only since users will get confused which one to download (this is also why vfs-dump isn't included in the zip), and I don't know how to use the upload_url from another job configuration.
  Releases won't be created for PRs.

You can download the latest Release from here: https://github.com/xenia-canary/xenia-canary/releases/latest/download/xenia-canary.zip
2020-02-19 03:36:04 -05:00
illusion98 280cc1c47f small fixup for fps counter
this code is a meme
2020-02-19 03:36:04 -05:00
Radosław Gliński e25ab4a0fc [THREADING] Removed old walkaround for zombie threads 2020-02-19 03:36:04 -05:00
illusion98 5096ee210f [Kernel] use TV Gamma as default instead of CRT 2020-02-19 03:36:04 -05:00
Margen67 fce4e9226b [GitHub Actions] Add exclusions 2020-02-19 03:36:04 -05:00
illusion98 9c896b89e6 Forgot to fix this 2020-02-19 03:36:04 -05:00
Margen67 0901a26b66 [README] stuff
Move status badges to top
Change Status into Download
Remove Contributors Wanted!
2020-02-19 03:36:04 -05:00
Prism Tutaj 450e4c336c miscellaneous linux fixes. Disables vulkan-trace-viewer and dumper 2020-02-19 03:36:03 -05:00
Prism Tutaj 44cd0aa55c Actually update libav. 2020-02-19 03:36:03 -05:00
Cancerous 6eebb100f8 Merge branch 'get-proc-address-by-ordinal' of https://github.com/CookiePLMonster/xenia into canary
[Kernel] Fixup GetProcAddressByOrdinal PR 1473
2020-02-19 03:36:03 -05:00
illusion98 3b792edc90 [Kernel] AVPack cvar
idk what teh hell im doing 😹
2020-02-19 03:36:03 -05:00
Radosław Gliński 46043419a4 Added stub implementation of WSAFDIsSet. I hope that arguments correct 2020-02-19 03:36:03 -05:00
Cancerous 99dcc0aec5 Merge branch 'profile-gpds-rebase' of https://github.com/emoose/xenia into canary 2020-02-19 03:36:03 -05:00
illusion98 1bbf73441e Change default config file name 2020-02-19 03:36:03 -05:00
illusion98 3fa1829044 Change window title
xenia -> xenia-canary
2020-02-19 03:36:03 -05:00
Cancerous 57010d5004 Merge branch 'master' of https://github.com/ObsidianNA/xenia into canary
Recent Files Menu Bar PR 1396
2020-02-19 03:36:03 -05:00
illusion98 77ac9c8010 Merge remote-tracking branch 'randprint/ThreadDistribution' into canary 2020-02-19 03:36:03 -05:00
Rados??aw Gli??ski 99dade0a31 Fixed Mask incorrectness. Does mask_ == 0x01 means accept all?
Affected Games:
- Grid 2 (freezes)
- Skate. (Menu Soundtrack)
- Crackdown 2 Demo (ingame freeze)
2020-02-19 03:36:03 -05:00
Rados??aw Gli??ski ac9e55fd26 "Template" for 0xFE message: 0x22005 2020-02-19 03:36:03 -05:00
Cancerous 29c38643fd [Kernel] XamSwapDisc and supporting functions 2020-02-19 03:36:03 -05:00
Cancerous 8f1c73cc7d New Icons 2020-02-19 03:36:03 -05:00
Cancerous 9e7b13bc69 [UI] Add window dimension cvars 2020-02-19 03:36:02 -05:00
illusion98 aaa063cffd Merge remote-tracking branch 'emoose/devicetype-fix' into canary 2020-02-19 03:36:02 -05:00
illusion98 ad8398d560 Add command to show fps in titlebar 2020-02-19 03:36:02 -05:00
Cancerous 60e8d705cb FPS Counter at the end of the display chain PR 1362
from IceTDrinker
2020-02-19 03:36:02 -05:00
Margen67 81db360859 AVX(2/512) builds
xenia-build:
 Make release the default config. (no longer need --config=Release)
 Add --cpu_arch argument;
  Valid options are SSE2 (default), AVX, AVX2, and AVX512.
CI:
 Remove unneeded env vars since we're only building Release for Windows anyway.
 Only do tests on AppVeyor since they only work there.
  AppVeyor:
   Remove empty tab/space.
   Remove unneeded cmds.
   Turn deploy off since it didn't do anything.
  GitHub Actions:
   Rename GitHub Actions artifacts.
Premake:
 Remove commented out garbage.
2020-02-19 03:36:02 -05:00
Margen67 bbb8a59c09 [CI] Add GitHub Actions 2020-02-19 03:36:02 -05:00
illusion98 d9138f2df1 Add cvar for Unreal Engine 3 workaround 2020-02-19 03:36:02 -05:00