citra/src/citra_qt/multiplayer
GPUCode 88ea66053e
Miscallenious fixes to gl backend and qt frontend (#6834)
* renderer_gl: Make rasterizer normal class member

* It doesn't need to be heap allocated anymore

* gl_rasterizer: Remove default_texture

* It's unused

* gl_rasterizer: General cleanup

* gl_rasterizer: Lower case lambdas

* Match style with review comments from vulkan backend

* rasterizer_cache: Prevent memory leak

* Since the switch from shared_ptr these surfaces were no longer being destroyed properly. Use our garbage collector for that purpose to destroy it safely for both backends

* rasterizer_cache: Make temp copy of old surface

* The custom surface would override the memory region of the old region resulting in garbage data, this ensures the custom surface is constructed correctly

* citra_qt: Manually create dialog tabs

* Allows for custom constructors which is very useful. While at it, global state is now eliminated from configuration

* citra_qt: Eliminate global system usage

* core: Remove global system usage in memory and HIO

* citra_qt: Use qOverload

* tests: Run clang format

* gl_texture_runtime: Fix surface scaling
2023-08-02 01:40:39 +03:00
..
chat_room.cpp remove dedicated_room dependence on core 2022-06-11 10:21:18 +02:00
chat_room.h code: Cleanup and warning fixes from the Vulkan PR (#6163) 2022-11-04 23:32:57 +01:00
chat_room.ui citra_qt: Use the new verify backend; UI changes 2018-12-15 11:02:54 +08:00
client_room.cpp remove dedicated_room dependence on core 2022-06-11 10:21:18 +02:00
client_room.h citra_qt/multiplayer: Update themed icon on theme change 2019-01-16 22:01:21 +08:00
client_room.ui citra_qt: Add a moderation dialog 2018-12-15 11:03:32 +08:00
direct_connect.cpp Miscallenious fixes to gl backend and qt frontend (#6834) 2023-08-02 01:40:39 +03:00
direct_connect.h Miscallenious fixes to gl backend and qt frontend (#6834) 2023-08-02 01:40:39 +03:00
direct_connect.ui Port multiplayer related PRs from yuzu (yuzu-emu/yuzu#9661 and yuzu-emu/yuzu#9713) (#6319) 2023-03-08 00:51:46 +01:00
host_room.cpp Miscallenious fixes to gl backend and qt frontend (#6834) 2023-08-02 01:40:39 +03:00
host_room.h Miscallenious fixes to gl backend and qt frontend (#6834) 2023-08-02 01:40:39 +03:00
host_room.ui citra_qt: Save ban list for room hosting 2018-12-15 11:03:33 +08:00
lobby_p.h citra_qt/multiplayer: Specify string conversions explicitly 2019-11-09 02:45:47 +01:00
lobby.cpp Miscallenious fixes to gl backend and qt frontend (#6834) 2023-08-02 01:40:39 +03:00
lobby.h Miscallenious fixes to gl backend and qt frontend (#6834) 2023-08-02 01:40:39 +03:00
lobby.ui Port multiplayer related PRs from yuzu (yuzu-emu/yuzu#9661 and yuzu-emu/yuzu#9713) (#6319) 2023-03-08 00:51:46 +01:00
message.cpp general: Fix various spelling errors 2021-01-03 02:39:41 +01:00
message.h NetworkMessage: create ErrorManager class to provide a context to tr 2020-02-29 20:48:58 -03:00
moderation_dialog.cpp citra_qt: Add a moderation dialog 2018-12-15 11:03:32 +08:00
moderation_dialog.h citra_qt: Add a moderation dialog 2018-12-15 11:03:32 +08:00
moderation_dialog.ui citra_qt: Add a moderation dialog 2018-12-15 11:03:32 +08:00
state.cpp Miscallenious fixes to gl backend and qt frontend (#6834) 2023-08-02 01:40:39 +03:00
state.h Miscallenious fixes to gl backend and qt frontend (#6834) 2023-08-02 01:40:39 +03:00
validation.h qt: Migrate to Qt6. (#6418) 2023-05-05 03:10:34 -07:00