Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-20 | yuzu/loading_screen: Specify string conversions explicitly | Lioncash | |
Allows the loading screen code to compile with implicit string conversions disabled. While we're at it remove unnecessary const usages, and add it to nearby variables where appropriate. | |||
2019-05-20 | yuzu/bootmanager: Specify string conversions explicitly | Lioncash | |
Allows the bootmanager code to compile with implicit string conversions disabled. | |||
2019-05-20 | yuzu/util: Specify string conversions explicitly | Lioncash | |
Allows the util code to build with implicit string conversions disabled. | |||
2019-05-20 | Merge pull request #2499 from lioncash/translate | bunnei | |
yuzu/configuration: Specify string conversions explicitly | |||
2019-05-19 | Merge pull request #2500 from FernandoS27/revert-2466 | Hexagon12 | |
Revert #2466 | |||
2019-05-19 | Revert #2466 | Fernando Sahmkow | |
This reverts a tested behavior on delay slots not exiting if the exit flag is set. Currently new tests are required in order to ensure this behavior. | |||
2019-05-19 | Merge pull request #2441 from ReinUsesLisp/al2p | bunnei | |
shader: Implement AL2P and ALD.PHYS | |||
2019-05-19 | Merge pull request #2410 from lioncash/affinity | bunnei | |
kernel/svc: Reorganize and fix up the initial handling of svcSetThreadCoreMask() | |||
2019-05-19 | yuzu/configuration/configure_web: Specify string conversions explicitly | Lioncash | |
Allows the web config code to compile with implicit string conversions disabled. We can also deduplicate the calls to create the pixmap. | |||
2019-05-19 | yuzu/configuration/configure_system: Specify string conversions explicitly | Lioncash | |
Allows the system config code to build successfully with implicit string conversions disabled. | |||
2019-05-19 | yuzu/configuration/configure_profile_manager: Mark UI string as translatable | Lioncash | |
This is a user-facing string, so it should be marked as translatable. | |||
2019-05-19 | yuzu/configuration/configure_per_general: Specify string conversions explicitly | Lioncash | |
Allows the per-game configuration to be successfully built with implicit string conversions disabled. | |||
2019-05-19 | yuzu/configuration/configure_mouse_advanced: Clean up array accesses | Lioncash | |
Deduplicates array accesses and uses a named variable where appropriate. | |||
2019-05-19 | yuzu/configuration/configure_mouse_advanced: Specify string conversions ↵ | Lioncash | |
explicitly Allows the advanced mouse configuration code to build with implicit string conversions disabled. | |||
2019-05-19 | yuzu/configuration/configure_input_player: Clean up array accesses | Lioncash | |
Rather than repeatedly index arrays that have quite a large array index, we can just use a named variable instead. | |||
2019-05-19 | yuzu/configuration/configure_input_player: Specify string conversions explicitly | Lioncash | |
Allows the player input configuration code to compile with implicit string conversions disabled. | |||
2019-05-19 | Merge pull request #2491 from FernandoS27/dma-fix | Hexagon12 | |
Dma_pusher: ASSERT on empty command_list | |||
2019-05-19 | yuzu/configuration/configure_input: Mark controller type names as translateable | Lioncash | |
These are user-facing strings, so they should be localizable. | |||
2019-05-19 | yuzu/configuration/configure_general: Specify string conversions explicitly | Lioncash | |
Allows the general configuration code to successfully compile with implicit string conversions disabled. | |||
2019-05-19 | yuzu/configuration/configure_gamelist: Specify string conversions explicitly | Lioncash | |
Allows the gamelist configuration code to compile with implicit string conversions disabled. | |||
2019-05-19 | yuzu/configuration/configure_audio: Store power on query into a variable | Lioncash | |
Avoids using the system accessor more than necessary, and ensures that both dialog boxes see the same power on state. | |||
2019-05-19 | yuzu/configuration/configure_audio: Tidy up function cast | Lioncash | |
We can just use qOverload here to tidy up the function cast. | |||
2019-05-19 | yuzu/configuration/configure_audio: Specify string conversions explicitly | Lioncash | |
Allows the audio configuration code to build with implicit string conversions disabled. | |||
2019-05-19 | Merge pull request #2452 from FernandoS27/raster-cache-fix | Hexagon12 | |
Correct possible error on Rasterizer Caches | |||
2019-05-19 | Merge pull request #2497 from lioncash/shader-ir | Hexagon12 | |
shader/shader_ir: Minor changes | |||
2019-05-19 | Merge pull request #2495 from lioncash/cache | Hexagon12 | |
gl_shader_disk_cache: Minor cleanup | |||
2019-05-19 | Dma_pusher: ASSERT on empty command_list | Fernando Sahmkow | |
This is a measure to avoid crashes on command list reading as an empty command_list is considered a NOP. | |||
2019-05-19 | Merge pull request #2439 from lioncash/audren | Hexagon12 | |
service/audren_u: Get rid of magic values within GetAudioRendererWorkBufferSize | |||
2019-05-19 | Merge pull request #2467 from lioncash/move | Hexagon12 | |
video_core/gpu_thread: Remove redundant copy constructor for CommandDataContainer | |||
2019-05-19 | Merge pull request #2463 from lioncash/set | Hexagon12 | |
service/set: Correct and simplify behavior related to copying language codes | |||
2019-05-19 | Merge pull request #2466 from yuzu-emu/mme-exit-delay-slot | Hexagon12 | |
GPU/MMEInterpreter: Ignore the 'exit' flag when it's executed inside a delay slot. | |||
2019-05-19 | Merge pull request #2468 from lioncash/deduction | Hexagon12 | |
yuzu: Remove explicit types from locks where applicable | |||
2019-05-19 | Merge pull request #2472 from FernandoS27/tic | Hexagon12 | |
maxwell_3d: reduce severity of different component formats assert. | |||
2019-05-19 | Merge pull request #2469 from lioncash/copyable | Hexagon12 | |
video_core/engines/maxwell_3d: Add is_trivially_copyable_v check for Regs | |||
2019-05-19 | Merge pull request #2470 from lioncash/ranged-for | Sebastian Valle | |
video_core/engines/maxwell_3d: Simplify for loops into ranged for loops within InitializeRegisterDefaults() | |||
2019-05-19 | Merge pull request #2487 from lioncash/service-return | Hexagon12 | |
service/am: Add missing return in error case for IStorageAccessor's Read/Write() | |||
2019-05-19 | Merge pull request #2480 from ReinUsesLisp/fix-quads | Hexagon12 | |
gl_rasterizer: Pass the right number of array quad vertices count | |||
2019-05-19 | Merge pull request #2483 from ReinUsesLisp/fix-point-size | Hexagon12 | |
gl_rasterizer: Limit OpenGL point size to a minimum of 1 | |||
2019-05-19 | Merge pull request #2471 from lioncash/engine-upload | Sebastian Valle | |
video_core/engines/engine_upload: Minor tidying | |||
2019-05-19 | Merge pull request #2484 from ReinUsesLisp/triangle-fan | Sebastian Valle | |
maxwell_to_gl: Add TriangleFan primitive topology | |||
2019-05-19 | Merge pull request #2490 from lioncash/float | Hexagon12 | |
ipc_helpers: Amend floating-point type in Pop<double> specialization | |||
2019-05-19 | Merge pull request #2492 from lioncash/debugger | Hexagon12 | |
yuzu/debugger: Specify string conversions explicitly | |||
2019-05-19 | Merge pull request #2486 from lioncash/resetname | Sebastian Valle | |
core/kernel/object: Rename ResetType enum members for clarity | |||
2019-05-19 | Merge pull request #2488 from lioncash/static-fn | Sebastian Valle | |
kernel/svc: Mark GetThreadList() and UnmapProcessCodeMemory() as internally linked | |||
2019-05-19 | Merge pull request #2493 from lioncash/translate | Sebastian Valle | |
yuzu/applets/profile_select: Mark header string as translatable | |||
2019-05-19 | Merge pull request #2496 from lioncash/move-con | Sebastian Valle | |
gl_shader_gen: std::move objects where applicable | |||
2019-05-19 | Merge pull request #2473 from lioncash/vs2019 | Hexagon12 | |
CMakeLists: Handle VS 2019 in a less annoying manner | |||
2019-05-19 | Merge pull request #2476 from ReinUsesLisp/fix-compat | Hexagon12 | |
yuzu/bootmanager: Explicitly enable deprecated OpenGL features on compat | |||
2019-05-19 | Merge pull request #2498 from lioncash/unused-code | Hexagon12 | |
yuzu/util: Remove unused spinbox.cpp/.h | |||
2019-05-19 | shader/shader_ir: Remove unnecessary inline specifiers | Lioncash | |
constexpr internally links by default, so the inline specifier is unnecessary. |