Tobias

Results 19 issues of Tobias

![pr_screenshot](https://user-images.githubusercontent.com/20753089/234124336-f31110f3-052d-4a4f-b321-59ea7af11fb3.png) Fixes https://github.com/citra-emu/citra/issues/6460. - - - This change is [](https://reviewable.io/reviews/citra-emu/citra/6467)

The bug happens in both latest Nightly and Canary. To reproduce the issue, just start the game. You will see this: ![bug2](https://user-images.githubusercontent.com/20753089/34075156-37ed4236-e2be-11e7-9d55-ea1707b4f299.png) It always happens when video is played over...

The bug happens in both latest Nightly and Canary. The problem is, that the Audio timings are horribly wrong. The longer the intro plays, the worse it gets. Here is...

A-audio

This PR ports various UI changes from yuzu. Commit 1 is just clean-up of the right click context menu, to make it less cluttered. Commit 2 adds support for favoriting...

This PR refactors the fs interfaces further. All IFile, IDirectory and IFileSystem calls now go to FileSystemAccessor (fsa), which allows us to abstract the actual fs calls a bit better...

early-access-merge

The next part in the quest to improve filesystem accuracy. This time, even more data types, utility classes, etc. With all that work done, I also took the time to...

Preparation work for the upcoming pm rewrite.

These have no good reason to be there, so I made them class members instead. Also ports https://github.com/citra-emu/citra/pull/7463 from Citra.

early-access-merge
android-merge

Moves some GPU settings and reworks confusing CPU debug behavior.