citra/src/citra_qt
Pierre de La Morinerie 2f4a1e0d59 citra-qt: Enable high-DPI widgets on Mac app
The OS will render the widgets using the system screen DPI (instead of
being locked at @1x resolution).

This has no impact on the existing high-DPI rendering code in Citra,
which means that the resolution of the emulated content is increased
to the real number of pixels, as on other platforms.
2015-10-04 23:11:05 +02:00
..
config
debugger GSP: Implement command 0x05, used for flushing caches 2015-09-14 16:19:05 -03:00
util Add helper function for creating a readable byte size string. 2015-10-01 19:39:14 -07:00
bootmanager.cpp Fix for the refresh issue when no rendering is done 2015-09-24 21:48:41 +02:00
bootmanager.h Fix for the refresh issue when no rendering is done 2015-09-24 21:48:41 +02:00
citra-qt.rc Assets: Move citra.ico from src/assets to dist. 2015-05-25 19:00:43 +02:00
CMakeLists.txt citra-qt: Use custom Info.plist for Mac builds 2015-10-04 23:11:05 +02:00
config.cpp citra_qt: Reorganize headers 2015-09-11 00:57:24 -04:00
config.h CitraQt: Cleanup includes. 2015-06-28 00:36:54 +01:00
game_list.cpp Game list: save and load column sizes, sort order, to QSettings 2015-10-01 19:39:15 -07:00
game_list.h Game list: save and load column sizes, sort order, to QSettings 2015-10-01 19:39:15 -07:00
game_list_p.h Initial implementation of a game list 2015-10-01 19:39:14 -07:00
hotkeys.cpp citra_qt: Reorganize headers 2015-09-11 00:57:24 -04:00
hotkeys.h General: Replace NULL and '0' usages with nullptr where applicable 2015-09-11 14:59:49 -04:00
hotkeys.ui
Info.plist citra-qt: Enable high-DPI widgets on Mac app 2015-10-04 23:11:05 +02:00
main.cpp Game list: save and load column sizes, sort order, to QSettings 2015-10-01 19:39:15 -07:00
main.h Add menu item for selecting the game list folder 2015-10-01 19:39:14 -07:00
main.ui Add menu item for selecting the game list folder 2015-10-01 19:39:14 -07:00
version.h