yuzu-android/src/yuzu
Lioncash 39ae73b356 file_sys/registered_cache: Use unique_ptr and regular pointers instead of shared_ptrs where applicable
The data retrieved in these cases are ultimately chiefly owned by either
the RegisteredCache instance itself, or the filesystem factories. Both
these should live throughout the use of their contained data. If they
don't, it should be considered an interface/design issue, and using
shared_ptr instances here would mask that, as the data would always be
prolonged after the main owner's lifetime ended.

This makes the lifetime of the data explicit and makes it harder to
accidentally create cyclic references. It also makes the interface
slightly more flexible than the previous API, as a shared_ptr can be
created from a unique_ptr, but not the other way around, so this allows
for that use-case if it ever becomes necessary in some form.
2018-10-16 09:38:52 -04:00
..
configuration qt: Add UI option to configure arguments 2018-10-07 14:32:06 -04:00
debugger Propagate depth and depth_block on modules using decoders 2018-10-13 15:25:18 -04:00
util yuzu/util: Antialias game list compatibility pixmaps 2018-09-17 06:01:14 -04:00
about_dialog.cpp Better Title Bar Display 2018-09-07 11:54:51 +05:30
about_dialog.h qt: Add missing override specifiers where applicable 2018-08-06 13:29:14 -04:00
aboutdialog.ui Merge pull request #859 from FearlessTobi/port-3837 2018-07-30 10:11:43 -07:00
bootmanager.cpp implemented touch in Qt and SDL 2018-10-09 20:26:57 +02:00
bootmanager.h implemented touch in Qt and SDL 2018-10-09 20:26:57 +02:00
CMakeLists.txt Review comments -part 4 2018-10-02 15:30:49 +02:00
compatdb.cpp Address a bunch of review comments 2018-10-02 15:30:48 +02:00
compatdb.h Address a bunch of review comments 2018-10-02 15:30:48 +02:00
compatdb.ui Port web_service from Citra 2018-10-02 15:30:48 +02:00
compatibility_list.cpp yuzu: Move compatibility list specifics to their own source files 2018-09-09 19:45:25 -04:00
compatibility_list.h yuzu: Move compatibility list specifics to their own source files 2018-09-09 19:45:25 -04:00
discord_impl.cpp Port web_service from Citra 2018-10-02 15:30:48 +02:00
discord_impl.h Address a bunch of review comments 2018-10-02 15:30:48 +02:00
discord.h Port web_service from Citra 2018-10-02 15:30:48 +02:00
game_list_p.h Merge pull request #1360 from FearlessTobi/port-3979 2018-09-27 17:09:11 -04:00
game_list_worker.cpp file_sys/registered_cache: Use unique_ptr and regular pointers instead of shared_ptrs where applicable 2018-10-16 09:38:52 -04:00
game_list_worker.h file_sys/registered_cache: Use unique_ptr and regular pointers instead of shared_ptrs where applicable 2018-10-16 09:38:52 -04:00
game_list.cpp Merge pull request #1360 from FearlessTobi/port-3979 2018-09-27 17:09:11 -04:00
game_list.h Merge pull request #1360 from FearlessTobi/port-3979 2018-09-27 17:09:11 -04:00
hotkeys.cpp qt/hotkey: Get rid of global hotkey map instance 2018-08-07 02:28:17 -04:00
hotkeys.h qt/hotkey: Get rid of global hotkey map instance 2018-08-07 02:28:17 -04:00
hotkeys.ui
Info.plist
main.cpp Merge pull request #1487 from lioncash/maybe-unused 2018-10-15 21:33:14 -04:00
main.h partition_data_manager: Rename system files for hekate 2018-10-07 13:16:23 -04:00
main.ui qt: Add rederive keyset menu option 2018-10-07 13:16:04 -04:00
ui_settings.cpp ui_settings: Place definition of the theme array within the cpp file 2018-10-04 09:43:51 -04:00
ui_settings.h Merge pull request #1332 from FearlessTobi/port-web-backend 2018-10-06 02:43:09 -04:00
yuzu.rc