citra-shitamoto-network/src
luc-git 322d7a8287
Textures loading screen (#6478)
* Add a loading screen for the preloading textures

*The PreloadTextures() function is called from the EmuThread to prevent citra to freezing

*Add a the preloading textures loadingscreen in loading_screen.cpp

*Add custom_tex_manager.reset() in core.cpp to release ram memory after exiting a game

* Add custom textures loading in EmuThread

* Remove useless variable

* Revert "Add custom textures loading in EmuThread"

This reverts commit 45ed46fa09159f782c5d20a4330b4eb7cfcdc253.

* Moved include from bootmanager.h to bootmanager.cpp
2023-05-07 02:34:14 +03:00
..
android android: Turn GameInfo into a class (#6494) 2023-05-06 14:40:11 +05:30
audio_core Various miscelaneous changes (#6496) 2023-05-03 17:24:10 +02:00
citra Various miscelaneous changes (#6496) 2023-05-03 17:24:10 +02:00
citra_qt Textures loading screen (#6478) 2023-05-07 02:34:14 +03:00
common Various miscelaneous changes (#6496) 2023-05-03 17:24:10 +02:00
core Textures loading screen (#6478) 2023-05-07 02:34:14 +03:00
dedicated_room Various miscelaneous changes (#6496) 2023-05-03 17:24:10 +02:00
input_common Various miscelaneous changes (#6496) 2023-05-03 17:24:10 +02:00
network Various miscelaneous changes (#6496) 2023-05-03 17:24:10 +02:00
tests Chore: Enable warnings as errors on MSVC (#6456) 2023-05-01 22:38:58 +03:00
video_core Textures loading screen (#6478) 2023-05-07 02:34:14 +03:00
web_service build: Improvements to bundled libraries support. (#6435) 2023-04-28 13:02:53 -07:00
.clang-format clang format: add objective c++ formatting 2022-01-10 13:52:39 +01:00
CMakeLists.txt Chore: Enable warnings as errors on MSVC (#6456) 2023-05-01 22:38:58 +03:00