46 Commits (8fc806e88acb69db6cfa84ad7252a4530b67c55f)

Author SHA1 Message Date
Lioncash 77ce85f51d yuzu/bootmanager: Log out screenshot destination path 7 years ago
Lioncash e32bf646cf yuzu/bootmanager: Treat the resolution factor as a u32 7 years ago
Lioncash 536c9cf006 yuzu/bootmanager: Default EmuThread's destructor in the cpp file 7 years ago
Lioncash 0a650ec99e yuzu/bootmanager: unsigned -> u32 7 years ago
Lioncash 2575403acf yuzu/bootmanager: Change false literal to 0 for setSwapInterval() 7 years ago
Lioncash cfb59aad3f yuzu/bootmanager: Remove pointer downcast in GRenderWindow's constructor 7 years ago
Lioncash 49e3a6e924 yuzu/bootmanager: Remove unnecessary pointer casts 7 years ago
ReinUsesLisp 7259f7a733 rasterizer_opengl: Remove OpenGL core profile 7 years ago
ReinUsesLisp 37eaf39b44 emu_window: Pass OnMinimalClientAreaChangeRequest argument by copy 7 years ago
ReinUsesLisp c03b8c4c19 gl_shader_cache: Use shared contexts to build shaders in parallel 7 years ago
Lioncash fd34732e26 yuzu/bootmanager: Specify string conversions explicitly 7 years ago
ReinUsesLisp e6c60b419c yuzu/bootmanager: Explicitly enable deprecated OpenGL features on compat 7 years ago
Fernando Sahmkow 788497fd9d Allow picking a Compatibility Profile for OpenGL. 7 years ago
Lioncash 54e9f9b6ed yuzu/bootmanager: Replace unnnecessary constructor initializer list member of GGLContext 7 years ago
Lioncash fbfc347351 yuzu/bootmanager: Resolve constructor initializer list warnings 7 years ago
Lioncash 781ab8407b general: Use deducation guides for std::lock_guard and std::unique_lock 7 years ago
ReinUsesLisp 9ebc27234d bootmanager: Bypass input focus issues 7 years ago
ReinUsesLisp bbb396d7f1 bootmanager: Bypass resizing issue 7 years ago
ReinUsesLisp 9ff72ca9f2 bootmanager: Delete container to avoid crash on game restarting 7 years ago
liushuyu 59f16f2e02 frontend: qt: fix a freeze where if you click on entry in the game list too fast, citra will hang 7 years ago
bunnei 65651078e5 bootmanager: Ensure that we have a context for shader loading. 7 years ago
James Rowe 09ac66388c Input: Remove global variables from SDL Input 7 years ago
ReinUsesLisp eb73247433 gl_shader_cache: Link loading screen with disk shader cache load 7 years ago
James Rowe 5f2d9f282a QT: Hide GLWidget immediately after showing. 7 years ago
James Rowe c6a0ab9792 QT Frontend: Migrate to QOpenGLWindow 7 years ago
James Rowe 08fcf41b0a QT Frontend: Add a Loading screen with progressbar 7 years ago
zhupengfei a2be49305d yuzu, video_core: Screenshot functionality 7 years ago
FernandoS27 377c60645c Update OpenGL's backend version from 3.3 to 4.3 7 years ago
Lioncash 2cbc284c2b bootmanager: Use QStringLiteral instead of std::string to represent the window title 7 years ago
NeatNit 4f24343f32 implemented touch in Qt and SDL 7 years ago
Tobias 804115b2a4 Port #4141 from citra: Joystick hotplug support (#1275) 7 years ago
fearlessTobi 742f895f8b frontend: Set swap interval to 0 7 years ago
bunnei 05cb10530f OpenGL: Use MakeCurrent/DoneCurrent for multithreaded rendering. 8 years ago
fearlessTobi b8384c0c91 Port #3505 from CItra 8 years ago
Lioncash 3abba08080
string_util: Remove StringFromFormat() and related functions 8 years ago
Lioncash 5e46a9bb2b qt: Migrate to Qt 5 signal/slot connection syntax where applicable 8 years ago
Lioncash e50188374f bootmanager: Minor tidiness/correctness changes 8 years ago
N00byKing b17763e3d4 Implement Pull #3306 from citra: citra_qt: Drop Qt 5 version checks in code (#41) 8 years ago
N00byKing 8b097aa17e Implement Pull #3333 from citra: citra_qt: Pause emulation on CoreError (#39) 8 years ago
James Rowe 18ca3ca751 Removing unused settings and yuzu rebranding 8 years ago
James Rowe 389979018c Remove gpu debugger and get yuzu qt to compile 8 years ago
James Rowe ebf9a784a9 Massive removal of unused modules 8 years ago
bunnei 482cf8a005 frontend: Update for undocked Switch screen layout. 8 years ago
wwylele 188194908c move MotionEmu from core/frontend to input_common as a InputDevice 9 years ago
B3n30 2e37ce01c9 Implement basic virtual Room support based on enet (#2803) 9 years ago
TheKoopaKingdom 0409bdfea5 Optimized messages that were repetitive and added ability for core errors to specify more details optionally. 9 years ago
TheKoopaKingdom 37bec598ea Made some changes from review comments: 9 years ago
TheKoopaKingdom 1ecb322daa Added system for handling core errors in citra-qt. 9 years ago
Yuri Kunde Schlesner eb10f25025 Move screen size constants from video_core to core 9 years ago
wwylele 560884336f citra-qt: remove dead code 9 years ago