1
0
This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
citra-canary/src/video_core/custom_textures
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
..
custom_format.cpp Custom textures rewrite (#6452) 2023-04-27 07:38:28 +03:00
custom_format.h Custom textures rewrite (#6452) 2023-04-27 07:38:28 +03:00
custom_tex_manager.cpp Textures loading screen (#6478) 2023-05-07 02:34:14 +03:00
custom_tex_manager.h Textures loading screen (#6478) 2023-05-07 02:34:14 +03:00
material.cpp Custom textures rewrite (#6452) 2023-04-27 07:38:28 +03:00
material.h Custom textures rewrite (#6452) 2023-04-27 07:38:28 +03:00