Liam
d20d4060e9
maxwell_dma: use fallback if remapping is enabled
4 years ago
Liam
fa2047970e
video_core/macro: clear code on upload address assignment
4 years ago
german77
5740fc0f91
service: notifa: Implement most part of this service
Implements partially RegisterAlarmSetting, UpdateAlarmSetting, LoadApplicationParameter, DeleteAlarmSetting.
Needed for Fitness `Boxing 2: Rhythm & Exercise` and `Ring Fit Adventure`.
4 years ago
Fernando Sahmkow
df5dd2fd82
VideoCore: Add option to dump the macros.
Co-Authored-By: liamwhite <liamwhite@users.noreply.github.com>
4 years ago
Liam
bf91c63d70
video_core/macro_jit_x64: warn on invalid parameter access
4 years ago
Liam
455ea63f4a
OpenGL: implement face flips according to NDC
4 years ago
Liam
b6ed3289df
maxwell_dma: fix bytes per pixel
4 years ago
Narr the Reg
f9315745f8
service: hid: Fix motion refresh rate
4 years ago
german77
b229605f32
service: hid: Disable correctly motion input
4 years ago
Lody
83f13c62e8
vk_rasterizer: fix stencil test when two faces are disabled
4 years ago
Morph
dfb800c76b
hle/result: Update std::expected replacement message
std::expected is included in C++23
4 years ago
Morph
67accc405f
hle/result: Add ResultRange overload in ResultVal
Also marks the implicit conversion operator as constexpr instead of consteval as the constructor is not constant evaluated.
4 years ago
Morph
5631c95c10
hle/result: Implement ResultRange
A ResultRange defines an inclusive range of error descriptions within an error module.
This can be used to check whether the description of a given ResultCode falls within the range.
The conversion function returns a ResultCode with its description set to description_start.
4 years ago
Morph
5ec38a7cb9
Revert "gc_adapter: fix libusb import on GCC11.2"
This reverts commit 6e1eea8897 .
4 years ago
Levi Behunin
6e1eea8897
gc_adapter: fix libusb import on GCC11.2
Just to silence an intermittent error.
GCC11.2 complains cannot find 'libusb.h' during a fresh build.
4 years ago
Kyle K
8b270cfd42
ui: retranslate the network tab
Looks like it was just missed when it was added, as currently the Network Tab only has one item
RetranslateUI is used more commonly throughout the project
4 years ago
Kyle K
5f157b76c7
ui: let system locale control format of Custom RTC
The Custom RTC widget is under the influence of the computers System Locale.
The format strings are not necessarily related. As a small example, setting the Windows Language to Dansk, and then trying to use yuzu in English the requested AM/PM indicator is simply not shown
The display format for the Custom RTC field needs to be removed from src/yuzu/configuration/configure_system.ui
modifying the display format needs to be moved to src/yuzu/configuration/configure_system.cpp
4 years ago
Liam
ee4d63cee5
GCC 12 fixes
4 years ago
Andrea Pappacoda
b2eb103829
chore: add missing SPDX tags
Follow-up to 2b87305d31
4 years ago
Kyle K
0a30e78bbb
Changes to language order in General -> UI -> Interface Language
Language List is from Dolphin, specifically https://github.com/dolphin-emu/dolphin/blob/master/Source/Core/DolphinQt/Settings/InterfacePane.cpp#L30
Any languages that are compiled in, but not in the list will be at the end.
4 years ago
german77
bcaf1a7bb2
service: hid: Stub IsFirmwareUpdateNeededForNotification
Used in Fitness Boxing 2: Rhythm & Exercise (0100073011382000)
4 years ago
Narr the Reg
ec8fa22768
yuzu: Config allow to delete single axis directions when buttons are mapped to a stick
4 years ago
Narr the Reg
d0bdbb9afb
yuzu: config: Set default range to 95%
4 years ago
Morph
1f621032e5
renderer_vulkan: Update screen info if the framebuffer size has changed
4 years ago
Liam
1d0ae7c257
service: jit: document and clean up
4 years ago
Morph
88052d8c09
kernel: svc: Replace -1ULL with 0xFFFFFFFFFFFFFFFF
Resolves the C4146 compiler warning on MSVC.
4 years ago
Merry
71b0b6274e
Remove unused PrepareReschedule function
4 years ago
Narr the Reg
db349d78c3
service: hid: Ensure all structs are initialized
4 years ago
Narr the Reg
879f936920
service: hid: Access shared memory directly
4 years ago
Narr the Reg
1d1e94336e
hotkeys: Trigger actions on a separate thread
4 years ago
Morph
2b87305d31
general: Convert source file copyright comments over to SPDX
This formats all copyright comments according to SPDX formatting guidelines.
Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
4 years ago
Liam
80afee83ba
core/arm: separate backtrace collection
4 years ago
Narr the Reg
bd648a74df
input_common: Ignore boost uninitialized local variable
4 years ago
Purple
eace69e929
Prevent the mouse cursor from leaving the window when mouse panning is enabled
4 years ago
Kyle K
4d92678a6a
ui: translate hat directions
QObject ends up being its own translation context. But this works in our
favor. GetButtonName and GetDirectionName will share one translation the
directions such as "Left" "Right" and the ConfigureInputPlayer context
will contain translations that show up in the form, in places that aren't
those buttons.
4 years ago
Narr the Reg
d64fe5a63a
service: hid: Improve accuracy of sixaxis functions
4 years ago
Andrea Pappacoda
3c0d634dbb
yuzu: mention GPLv3.0+ in about dialog
Follow-up to f75d609545
Fixes #8218
4 years ago
german77
e14b4ca537
bootmanager: Don't create another screenshot request if previous one is not done yet
4 years ago
Kyle K
2920554c20
ui: Fix Game Compatibility list translations
Reported by GillianMC on Discord. Looks to be a small quirk in the QT API.
setText(QObject::tr(status.text));
bringing up QObject breaks the link with the GameListItemCompat
4 years ago
Narr the Reg
d70524b074
yuzu: Call ignore event after ensuring it's initialized
4 years ago
german77
25c46f82c5
yuzu: Add custom ringcon configuration
4 years ago
german77
0a05a333e2
hidbus: Implement hidbus and ringcon
5 years ago
Fernando Sahmkow
ba73142ce0
video_core: implement formats for N64 emulation
4 years ago
Liam
2d4f844b1b
buffer_cache: cap vertex buffer sizes
4 years ago
Liam
3bffb0464b
maxwell3d: add small_index_2 register
4 years ago
merry
0b947e0341
dynarmic: Fix single core mode
Regression introduced in ac87509300 . Closes #8201 .
4 years ago
Liam
751903c633
service: jit: Implement the JIT service
4 years ago
Kyle K
feb462c654
ui: Touching QPalette::Text broke dark -> light UI. don't do
4 years ago
bunnei
03f8a16869
core: hle: kernel: k_thread: Rework dummy thread waiting.
4 years ago
bunnei
74c36ad85f
core: hle: service: Allocate a service thread.
4 years ago