Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-30 | Merge pull request #5045 from lat9nq/disable-applet | Ameer J | |
Disable web applet and warning box when compiling for Linux on CI | |||
2020-11-30 | Disable web applet and warning when compiling for Linux on CI | lat9nq | |
yuzu's web applet does not or barely reacts to user input while open in Linux. It can be closed via 'Exit Web Applet' on the menubar, however if yuzu is in fullscreen, this is effectively a softlock as the menubar cannot be accessed. This disables building yuzu with the web applet on the Linux CI target. In addition, this disables the QMessageBox warning about not having compiled yuzu with the web applet. | |||
2020-11-29 | Merge pull request #4939 from german77/MouseInput | bunnei | |
InputCommon: Implement full mouse support | |||
2020-11-29 | Merge pull request #5005 from ReinUsesLisp/div-ceil | bunnei | |
common: Add Common::DivCeil and Common::DivCeilLog2 | |||
2020-11-28 | Merge pull request #4998 from Morph1984/bioshock-patch | bunnei | |
hid: Check if applet_resource exists in InitializeVibrationDevice | |||
2020-11-29 | Merge pull request #5034 from german77/communicationModeFix | Morph | |
Add missing types to NpadCommunicationMode | |||
2020-11-28 | Add missing types to NpadCommunicationMode | german | |
2020-11-28 | Merge pull request #5021 from german77/StubCommunicationMode | bunnei | |
HID: Stub set and get NpadCommunicationMode | |||
2020-11-28 | Merge pull request #5031 from ogniK5377/temp_mix_buffer-remove | LC | |
audio_core: Remove temp_mix_buffer | |||
2020-11-28 | audio_core: Remove temp_mix_buffer | Chloe Marcec | |
It's unused and doesn't need to be initialized | |||
2020-11-27 | Merge pull request #5015 from comex/xx-sign-compare | bunnei | |
tests: Fix warning about comparison between signed and unsigned | |||
2020-11-27 | Merge pull request #5011 from lioncash/file-str2 | bunnei | |
core: Reduce string copies in GetGameFileFromPath() | |||
2020-11-27 | Merge pull request #5014 from comex/xx-invalid-offsetof | LC | |
CMakeLists: disable -Winvalid-offsetof | |||
2020-11-27 | CMakeLists: disable -Winvalid-offsetof | comex | |
This Clang warning complains when offsetof is used on a non-standard-layout type (i.e. any class using various C++ features), even though it works fine (and is not undefined behavior as of C++17). | |||
2020-11-27 | tests: Fix warning about comparison between signed and unsigned | comex | |
2020-11-27 | Merge pull request #5028 from lioncash/final-system | Rodrigo Locatti | |
core: Eliminate remaining usages of the global system instance | |||
2020-11-27 | core: Eliminate remaining usages of the global system instance | Lioncash | |
Removes all remaining usages of the global system instance. After this, migration can begin to migrate to being constructed and managed entirely by the various frontends. | |||
2020-11-28 | Merge pull request #5023 from lioncash/save-global | Chloe | |
savedata_factory: Eliminate usage of the global system instance | |||
2020-11-27 | savedata_factory: Eliminate usage of the global system instance | Lioncash | |
Now there's only two meaningful instances left in core. | |||
2020-11-27 | Merge pull request #5018 from lioncash/service-global | Rodrigo Locatti | |
service: Eliminate usages of the global system instance | |||
2020-11-26 | Stub set and get NpadCommunicationMode | german | |
2020-11-26 | service: Eliminate usages of the global system instance | Lioncash | |
Completely removes all usages of the global system instance within the services code by passing in the using system instance to the services. | |||
2020-11-26 | Merge pull request #5016 from comex/xx-push | LC | |
codec: Fix `pragma GCC diagnostic pop` missing corresponding push | |||
2020-11-26 | codec: Fix `pragma GCC diagnostic pop` missing corresponding push | comex | |
2020-11-26 | core: Reduce string copies in GetGameFileFromPath() | Lioncash | |
Eliminates some minor string churn where applicable. Also eliminates an unnecessary vector copy. | |||
2020-11-26 | Merge pull request #4975 from comex/invalid-syncpoint-id | bunnei | |
nvdrv, video_core: Don't index out of bounds when given invalid syncpoint ID | |||
2020-11-25 | Implement full mouse support | german | |
2020-11-25 | Merge pull request #4981 from ogniK5377/ioctl-ctrl | bunnei | |
nvservices: Reintroducee IoctlCtrl | |||
2020-11-25 | common: Add Common::DivCeil and Common::DivCeilLog2 | ReinUsesLisp | |
Add an equivalent to 'Common::AlignUp(n, d) / d' and a log2 alternative. | |||
2020-11-25 | Merge pull request #5003 from jbeich/clang | LC | |
input_common: unbreak -Werror with Clang | |||
2020-11-25 | input_common: ignore some Clang warnings after 5c4774e8ce1d | Jan Beich | |
error: unknown warning option '-Werror=unused-but-set-parameter'; did you mean '-Werror=unused-parameter'? [-Werror,-Wunknown-warning-option] error: unknown warning option '-Werror=unused-but-set-variable'; did you mean '-Werror=unused-const-variable'? [-Werror,-Wunknown-warning-option] | |||
2020-11-25 | Merge pull request #4976 from comex/poll-events | Rodrigo Locatti | |
Overhaul EmuWindow::PollEvents to fix yuzu-cmd calling SDL_PollEvents off main thread | |||
2020-11-25 | Merge pull request #4946 from ameerj/alpha-test | Rodrigo Locatti | |
renderer_vulkan: Implement alpha testing | |||
2020-11-25 | cleanup unneeded comments and newlines | ameerj | |
2020-11-25 | Merge pull request #4959 from Morph1984/emulated-controller-styleset | bunnei | |
configure_input_player: Use the NpadStyleSet to limit the available controllers shown | |||
2020-11-25 | Merge pull request #4932 from ogniK5377/misc-audio | bunnei | |
audren: Make use of nodiscard, rework downmixing, release all buffers | |||
2020-11-25 | hid: Check if applet_resource exists in InitializeVibrationDevice | Morph | |
2020-11-25 | Merge pull request #4978 from bunnei/shutdown-crash | bunnei | |
core: cpu_manager: Fix shutdown crash when closing before emulation starts. | |||
2020-11-25 | Refactor MaxwellToSpirvComparison. Use Common::BitCast | ameerj | |
Co-Authored-By: Rodrigo Locatti <reinuseslisp@airmail.cc> | |||
2020-11-24 | Address PR feedback from Rein | ameerj | |
2020-11-24 | vulkan_renderer: Alpha Test Culling Implementation | ameerj | |
Used by various textures in many titles, e.g. SSBU menu. | |||
2020-11-24 | Merge pull request #4905 from german77/AnalogFromButton | bunnei | |
Allow to dial any angle with digital joystick | |||
2020-11-24 | Merge pull request #4799 from bunnei/execute-program | bunnei | |
core: Refactor loader and implement ExecuteProgram | |||
2020-11-24 | core: cpu_manager: Fix shutdown crash when closing before emulation starts. | bunnei | |
2020-11-24 | frontend: yuzu (qt): Register a callback for ExecuteProgram. | bunnei | |
2020-11-24 | service: am: Implement ExecuteProgram and required stubs. | bunnei | |
- This is used by Super Mario 3D All-Stars. | |||
2020-11-24 | core: loader: Implement support for loading indexed programs. | bunnei | |
2020-11-24 | hle: services: Fix a crash with improper NVFlinger lifetime management. (#4977) | bunnei | |
* hle: services: Fix a crash with improper NVFlinger lifetime management. - This crash would happen when attempting to shutdown yuzu early on in boot. | |||
2020-11-24 | nvdrv, video_core: Don't index out of bounds when given invalid syncpoint ID | comex | |
- Use .at() instead of raw indexing when dealing with untrusted indices. - For the special case of WaitFence with syncpoint id UINT32_MAX, instead of crashing, log an error and ignore. This is what I get when running Super Mario Maker 2. | |||
2020-11-24 | Merge pull request #3681 from lioncash/component | Rodrigo Locatti | |
decoder/image: Fix incorrect G24R8 component sizes in GetComponentSize() |