| Age | Commit message (Collapse) | Author |
|
yuzu: Silence some clang warnings
|
|
yuzu: sort input profiles by name
|
|
|
|
|
|
The startup check apparently confuses other programs when yuzu launches
2 processes and then quickly closes one of them. Though this isn't
really our issues it's also not a big deal for me to add an option to
work around that issue.
|
|
core: nfp: Implement amiibo encryption
|
|
UI: move icons from default into colorful theme.
|
|
yuzu qt: Add option to create Windows crash dumps
|
|
colorful theme has been default theme for awhile. having colorful theme
try and grab icons from other theme doesn't work on Linux.
Also adding two additional icons, info is to hint to the user that they
should hit verify after pasting in a token, sync is to show that the
verification is occurring.
|
|
Tools -> TAS -> Configure TAS
Thanks to Rei on discord for the fix.
Basically: openExternalLinks is a checkbox in Qt Creator
|
|
input_common: Increase mapping timer from 2.5 seconds to 4 seconds
|
|
|
|
input_common: Add support for analog toggle
|
|
video_core: add option for pessimistic flushing
|
|
|
|
|
|
|
|
Uses fmt::print as opposed to std::fprintf. Adds a missing return.
static's a single-use function. Initializes structs as opposed to
std::memset where possible. Fixes CMake linkage.
Co-authored-by: Lioncash <mathew1800@gmail.com>
mini_dump: Use a namespace
Co-authored-by: Lioncash <mathew1800@gmail.com>
|
|
|
|
mini_dump: Clean up
mini_dump: Fix MSVC error
mini_dump: Silence MSVC warning C4700
Zero initialize deb_ev.
mini_dump: Add license info
|
|
Removes some unnecessary code.
wip
|
|
yuzu: Move mini_dump out of core
startup_checks: Better exception handling
|
|
Configuration -> General -> Debug is getting a bit crowded.
yzct12345 submit this originally, so I'm tagging them as a co-author.
The original #6714 also modifies the Controls -> Player N sections,
but it looks like more work is needed to make the current area scrollable.
Co-authored-by: yzct12345 <87620833+yzct12345@users.noreply.github.com>
|
|
|
|
|
|
|
|
Makes it easier for users to recognize connection errors caused by different game versions.
|
|
|
|
|
|
|
|
yuzu: Allow longer controller profile names
|
|
Didn't notice this until I was trying to change the default font
to Comic Sans MS when language is set to English in yuzu.
|
|
|
|
Previously, accessing the room_network when it was already freed would crash the emulator on shutdown.
Co-Authored-By: Narr the Reg <5944268+german77@users.noreply.github.com>
|
|
|
|
|
|
Allow audio volume up to 200%
|
|
Qt: tweak ui files
|
|
|
|
|
|
Linux: handle dark system themes nicely
|
|
|
|
Make vsync setting work for Vulkan
|
|
Translate english plurals
|
|
Qt5 work around for suzhou numerals
|
|
make about dialog a bit taller for full message on more systems
for direct_connect.ui hedging bets here, there is a text field for port
number that possibly shouldn't be translated, marking as such, but also
adding a translation note for the event that it makes sense to translate
the placeholder text to something other than the default multiplayer
direct connect port.
|
|
|
|
|
|
* Controller bugfixes in profile select, closes #8265
2 fixes for using a controller in profile select dialog.
Pressing 'B' cancels the launch of the game
Using controller to select a profile now correctly sets the index to use for the launch
* Added brackets to if statements as requested.
|
|
yuzu's default theme doesn't specify everything, which is fine for
windows, but in linux anything unspecified is set to the users theme.
Symptoms of this are that a linux user with a dark theme won't think
to change the theme to a dark theme when first using yuzu
Idea here is to try and support arbitrary themes on linux.
preliminary work on a "default_dark" theme, used only as overlay
for any themes that are measured to be dark mode.
Other work done:
FreeDesktop standard icon names:
plus -> list-add
delete refresh, we use view-refresh
remove duplicated icons for qdarkstyle_midnight_blue
referencing icon aliases in the qrc files is the way to go
Note:
Dynamic style changing doesn't appear to work with AppImage
|