This website requires JavaScript.
Explore
Help
Sign In
mirror
/
RetroArch
Watch
1
Star
0
Fork
0
You've already forked RetroArch
mirror of
https://github.com/libretro/RetroArch
synced
2025-02-19 12:41:00 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
RetroArch
/
ui
/
drivers
/
qt
History
MajorPainTheCactus
eef34e9461
Added rolling scan line simulation based on the shader subframe feature. This is implemented with a scrolling scissor rect rather than in the shader itself as this is more efficient although may not work for every shader pass - we may need an option to exclude certain passes. The implementation simply divides the screen up by the number of sub frames and then moves the scissor rect down over the screen over the number of sub frames. (
#16282
)
2024-03-19 08:59:36 -07:00
..
gridview.cpp
(Qt) Small cleanups
2023-08-15 23:58:54 +02:00
gridview.h
…
qt_dialogs.cpp
rarch_system_info_t local vars should be renamed from 'system'
2023-07-15 07:22:38 +02:00
qt_dialogs.h
…
qt_downloads.cpp
Warning fixes. (
#15877
)
2023-11-06 00:04:17 -08:00
qt_options.cpp
Added rolling scan line simulation based on the shader subframe feature. This is implemented with a scrolling scissor rect rather than in the shader itself as this is more efficient although may not work for every shader pass - we may need an option to exclude certain passes. The implementation simply divides the screen up by the number of sub frames and then moves the scissor rect down over the screen over the number of sub frames. (
#16282
)
2024-03-19 08:59:36 -07:00
qt_options.h
(Qt) Cleanup
2023-06-01 23:51:53 +02:00
qt_playlist.cpp
(Qt) Small cleanups
2023-08-15 23:58:54 +02:00
qt_widgets.cpp
Cut down on some implicit strlens
2023-07-15 09:10:16 +02:00
qt_widgets.h
(Qt) Get rid of menu_setting_find references
2023-06-01 23:56:56 +02:00
ui_qt_load_core_window.h
…