- 22 Mar, 2020 3 commits
-
-
bunnei authored
core/web_browser: Allow WebApplet to exit gracefully when an error occurs
-
FearlessTobi authored
Currently, yuzu just freezes when an error occurs while Initializing the WebApplet. From a user perspective, this obviously isn't great as the game just softlocks. With this change, yuzu will call the Finalize method, so to the game it seems like as the user just exited the WebApplet normally. This works around https://github.com/yuzu-emu/yuzu/issues/2852.
-
bunnei authored
set: implement GetRegionCode
-
- 21 Mar, 2020 1 commit
-
-
bunnei authored
input_common/udp: Fix Linux build by using a backwards compatible way of error checking
-
- 20 Mar, 2020 1 commit
-
-
bunnei authored
bcat: Disable Boxcat backend by default
-
- 19 Mar, 2020 4 commits
- 18 Mar, 2020 14 commits
-
-
bunnei authored
time_zone_content_manager: Fix out of bounds read
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
There were cases where raw_data didn't contain enough space to hold the zero terminator. This was caught with -fsanitize=address.
-
Mat M authored
astc/input_common: Fix clang build issues
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
- 17 Mar, 2020 9 commits
-
-
Mat M authored
DirtyFlags: relax need to set render_targets as dirty
-
Mat M authored
astc: General changes and optimizations
-
Mat M authored
vk_rasterizer: Implement scissor clears and layered clears
-
Mat M authored
maxwell_to_vk: Implement RG32 and RGB32 integer vertex formats
-
FearlessTobi authored
-
bunnei authored
gl_shader_decompiler: Add layer component to texelFetch
-
FearlessTobi authored
This commit disables the Boxcat backend by default for new users of yuzu. There's several reasons as to why this is done: 1. Boxcat currently only actually has an impact on 3 games and doesn't influence any core mechanics of them 2. It causes a plethora of issues when enabled such as games like Crash Team Racing, Diablo 3 and Tales of Vesperia not booting at all or hanging 3. It causes https://github.com/yuzu-emu/yuzu/issues/2957 to happen. This makes the configuration menu totally unusable for many Linux users of yuzu I think those points show that currently the negative impact of Boxcat outweighs its benefits and should therefore be disabled by default. For users who are eager to use the extra features provided by it, they can still just turn it on in the settings.
-
FearlessTobi authored
Should fix https://github.com/yuzu-emu/yuzu/issues/3487. error_code::failed is a function which has been introduced in Boost 1.69. This version of boost hasn't landed in most major distros yet.
-
bunnei authored
renderer_opengl: Detect Nvidia Nsight as a debugging tool
-
- 16 Mar, 2020 6 commits
-
-
ReinUsesLisp authored
-
ReinUsesLisp authored
Use getenv to detect Nsight.
-
Rodrigo Locatti authored
vk_rasterizer: Fix vertex range assert
-
Rodrigo Locatti authored
video_core: Implement RGBA16_SNORM
-
Rodrigo Locatti authored
shader_decode: Reimplement BFE instructions
-
Rodrigo Locatti authored
maxwell_to_vk: add vertex format eA2B10G10R10UnormPack32
-
- 15 Mar, 2020 2 commits
-
-
Rodrigo Locatti authored
renderer_opengl: Keep frames synchronized when using a GPU debugger.
-
ReinUsesLisp authored
-