1
0
Fork 0
forked from suyu/suyu
suyu/src/yuzu
Lioncash 6beb823f15 audio_core: Make g_sink_details internally linked
We can hide the direct array from external view and instead provide
functions to retrieve the necessary info. This has the benefit of
completely hiding the makeup of the SinkDetails structure from the rest
of the code.

Given that this makes the array hidden, we can also make the array
constexpr by altering the members slightly. This gets rid of several
static constructor calls related to std::vector and std::function.

Now we don't have heap allocations here that need to occur before the
program can even enter main(). It also has the benefit of saving a
little bit of heap space, but this doesn't matter too much, since the
savings in that regard are pretty tiny.
2018-12-13 16:44:32 -05:00
..
applets yuzu/applets/software_keyboard: Override accept() and reject() instead of providing own differently named member functions 2018-11-20 11:36:50 -05:00
configuration audio_core: Make g_sink_details internally linked 2018-12-13 16:44:32 -05:00
debugger kernel/object: Amend handle types to distinguish between readable and writable events 2018-12-04 02:20:47 -05:00
util configure_system: Contrain profile usernames to 32 characters 2018-10-31 02:05:00 -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 Update OpenGL's backend version from 3.3 to 4.3 2018-11-21 11:43:17 -04:00
bootmanager.h implemented touch in Qt and SDL 2018-10-09 20:26:57 +02:00
CMakeLists.txt qt: Add UI to display game properties and disable add-ons 2018-12-03 17:21:25 -05:00
compatdb.cpp compatdb: Use a seperate endpoint for testcase submission 2018-10-28 13:23:02 +01:00
compatdb.h compatdb: Use a seperate endpoint for testcase submission 2018-10-28 13:23:02 +01: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.h Port web_service from Citra 2018-10-02 15:30:48 +02: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
game_list.cpp qt: Add Properties menu to game list right-click 2018-12-04 13:34:50 -05:00
game_list.h qt: Add Properties menu to game list right-click 2018-12-04 13:34:50 -05: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 Merge pull request #1819 from DarkLordZach/disable-addons 2018-12-10 21:52:19 -05: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
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 Massive removal of unused modules 2018-01-12 19:11:03 -07:00
Info.plist macOS: Update Info.plist 2018-01-13 23:11:51 +00:00
main.cpp qt: Add Properties menu to game list right-click 2018-12-04 13:34:50 -05:00
main.h qt: Add Properties menu to game list right-click 2018-12-04 13:34:50 -05:00
main.ui qt: Move Open yuzu Folder action from Help to File 2018-11-13 17:17:47 -05: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 #1640 from DarkLordZach/game-list-reload 2018-11-18 19:24:53 -08:00
yuzu.rc Removing unused settings and yuzu rebranding 2018-01-12 19:11:05 -07:00