bunnei
883eb1a1a1
yuzu: configure_web: Use Base64 encoded token for simplifying user experience.
6 years ago
ReinUsesLisp
f019817f8f
gl_rasterizer: Emulate viewport flipping with ARB_clip_control
Emulates negative y viewports with ARB_clip_control. This allows us to
more easily emulated pipelines with tessellation and/or geometry shader
stages. It also avoids corrupting games with transform feedbacks and
negative viewports (gl_Position.y was being modified).
6 years ago
bunnei
b0ab803ce8
kernel: events: Remove ResetType::Automatic.
- This does not actually seem to exist in the real kernel - games reset these automatically.
# Conflicts:
# src/core/hle/service/am/applets/applets.cpp
# src/core/hle/service/filesystem/fsp_srv.cpp
6 years ago
FearlessTobi
727ba2f2d0
citra_qt: add amiibo drag and drop support
Co-Authored-By: Valentin Vanelslande <vvanelslandedev@gmail.com>
6 years ago
Fernando Sahmkow
b8b7ebcece
Correct compiling errors and addapt to the new interface.
7 years ago
FreddyFunk
be5dc68ca3
fixed clang format & addressed feedback
6 years ago
FreddyFunk
a31c6b2c4e
yuzu/configure_input_player: Fix input handling for ZL and ZR from controllers with analog triggers
6 years ago
Zach Hilman
81fff7aec0
qt: Fix game name format error
6 years ago
Zach Hilman
57fe7fdec0
qt: Change titlebar formatting
6 years ago
ReinUsesLisp
e1afeec76d
yuzu/game_list_worker: Silence warnings
6 years ago
ReinUsesLisp
f297e9ff22
yuzu/game_list: Silence -Wswitch and -Wunused-variable
6 years ago
ReinUsesLisp
2b9b695fa7
yuzu/configure_service: Silence -Wswitch
6 years ago
Zach Hilman
e55d086cc9
qt: Add service dialog
6 years ago
Zach Hilman
bcf1eafb8b
boxcat: Implement events global field
7 years ago
Zach Hilman
02f8f1bb3e
configure_service: Allow Qt to open external links
7 years ago
Zach Hilman
f0551aef09
yuzu: Add UI tab to configure BCAT services
Also displays current events if boxcat is selected.
7 years ago
Zach Hilman
647992e666
settings: Add option to set BCAT backend
7 years ago
FearlessTobi
b89fb6e1be
yuzu: Pause when in background
Co-Authored-By: Vitor K <vitor-k@users.noreply.github.com>
6 years ago
FearlessTobi
855e7237ff
qt_themes: add two colorful themes
These two colorful themes are based on the Default and Dark themes, and contain icons that are colored rather than black and white. These icons come from icons8.com and they have been slightly revised by me. I'm pretty sure I was licensed to use them for Citra.
Co-Authored-By: Pengfei Zhu <zhupengfei321@sina.cn>
6 years ago
Zach Hilman
9f3bf6d157
main: Use const on all variable initializations
6 years ago
FearlessTobi
e22e0eb8d7
Add missing include
6 years ago
Zach Hilman
60c2e9e675
qt: Prompt user for confirmation if exit lock is active
6 years ago
Zach Hilman
038bcec111
configure_debug: Move reporting option to logging
6 years ago
Zach Hilman
ccd70819c2
config: Remove Dump options from configure_debug
7 years ago
Zach Hilman
d4d38dd44d
yuzu: Add UI to manage filesystem paths and sizes
7 years ago
Zach Hilman
2590b5a9ea
settings: Add options for managing gamecard emulation
7 years ago
Zach Hilman
918119ae1b
settings: Add options for setting storage sizes
7 years ago
Zach Hilman
c6ff4a6f4d
yuzu: Port old usages of Filesystem namespace to FilesystemController
7 years ago
pbarilla
8fd266a7c4
Added Host CPU and OS to log
6 years ago
David Marcec
b4db662053
Swapped TID and Game name to make it easier to parse
6 years ago
David Marcec
934ce530f6
Log the current title id and game name which is booting
Spit out a LOG_INFO of the current game name and it's title id in the log. This helps to read log files and figure out which games have which issues
6 years ago
Morph
8d778c90e2
When docked mode is checked, uncheck "joycons docked"
6 years ago
fearlessTobi
684b616f0d
Add frametime logging for tracking performance over time
Co-Authored-By: jroweboy <jroweboy@gmail.com>
6 years ago
FearlessTobi
1aec2ff4d2
Address review comments
6 years ago
FearlessTobi
ea8244301d
yuzu/configure: move speed limiter to general
The speed limiter being a frame limiter is an implmentation detail and can be changed in the future. What user care about is that it limit the emulation speed in genenral (not just graphics but also audio+input)
Co-Authored-By: Weiyi Wang <wwylele@gmail.com>
6 years ago
fearlessTobi
9ca4718aed
configure_dialog: reverse tab map to avoid logic based on user-facing/translatable text
Co-Authored-By: Weiyi Wang <wwylele@gmail.com>
6 years ago
fearlessTobi
c49c3e9f27
Fix uisettings include
6 years ago
fearlessTobi
053da44ecd
Limit the size of directory icons, fix text when icon size is none
7 years ago
fearlessTobi
13891fd62d
Change QList to QVector
7 years ago
fearlessTobi
5aaafa6a56
Separate UserNand and Sdmc directories
7 years ago
fearlessTobi
dfec9c9a43
Address more trivial review comments
7 years ago
fearlessTobi
7a8f484020
Address trivial review comments
7 years ago
fearlessTobi
2d8eba5baf
yuzu: Add support for multiple game directories
Ported from https://github.com/citra-emu/citra/pull/3617 .
7 years ago
fearlessTobi
952f010c2c
configuration/config: Add missing screenshot path read
I missed this in my original PR (https://github.com/yuzu-emu/yuzu/pull/1886 ).
6 years ago
fearlessTobi
4ea572791b
Fix to Windows sleep issues
Co-Authored-By: Vitor K <vitor-k@users.noreply.github.com>
6 years ago
fearlessTobi
22fd208e8d
Add cancel option to analog stick configuration
Co-Authored-By: Vitor K <vitor-k@users.noreply.github.com>
6 years ago
Weiyi Wang
0580112940
Guard unistd.h with MacOS only macro
Fix compile error on Windows caused by #4877
Weird, I thought I saw this guard during the code review...
6 years ago
B3n30
246b515a86
citra_qt: on osx chdir to bundle dir to allow detection of user folder
6 years ago
James Rowe
509734d818
Fixup! #2772 missed this one file
6 years ago
Lioncash
5980aa1e51
yuzu/CMakeLists: Remove qt5_wrap_ui macro usage
We can simply enable CMAKE_AUTOUIC and let CMake take care of handling
the UI code generation for targets.
As part of letting CMake automatically handle the header file parsing,
we must not name includes with "ui_*" unless they're related to the
output of the Qt UIC compiler. Because of this, we need to rename
ui_settings, given it would conflict with this restriction.
7 years ago