This website requires JavaScript.
Explore
Help
Sign In
izzy
/
RetroArch
Watch
0
Star
0
Fork
0
You've already forked RetroArch
mirror of
https://github.com/izzy2lost/RetroArch.git
synced
2026-03-26 16:42:27 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
dependabot/github_actions/actions/setup-java-4
RetroArch
/
ui
/
drivers
/
qt
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
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
…
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_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
…
ui_qt_load_core_window.h
…