- New York, NY
- https://jesse.tg
Highlights
- Pro
Block or Report
Block or report JesseTG
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
ngc-archive Public
An unofficial website hosting a nicely-formatted archive of the NGC guidelines
HTML 1
-
awesome-qt Public
A curated list of awesome tools, libraries, and resources for the Qt framework.
-
presskit.html Public
Forked from pixelnest/presskit.html
Re-implementation of presskit() as a static site generator
HTML 5
815 contributions in the last year
Activity overview
Contribution activity
January 2023
Created 54 commits in 2 repositories
Created 2 repositories
- JesseTG/flycast C++
- JesseTG/Mesen C++
Created a pull request in max-m/rust-libretro that received 4 comments
Add support for the contents of libretro_vulkan.h
This PR adds support for the contents of libretro's libretro_vulkan.h
header, which is exposed to cores that offer Vulkan support.
Notable facts:
T…
Opened 1 other pull request in 1 repository
Reviewed 2 pull requests in 2 repositories
max-m/rust-libretro
1 pull request
libretro/RetroArch
1 pull request
Created an issue in max-m/rust-libretro that received 2 comments
RetroLogger
cannot filter output by scope
Because of how RetroLogger
is initialized, any logging output made with log!()
is forwarded to the RetroArch log. This is a good thing; however, so…