-
-
Notifications
You must be signed in to change notification settings - Fork 488
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add TIC-80 libretro renderer #846
Conversation
Thanks to @fr500 for this recommendation.
This adds some remaining API docs, along with inline comments.
libretro: Add documentation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it would be better if you move tic80_libretro.c
and dependent files to the src/system
folder.
@RobLoach What do you think?
How about |
Moved to src/system/libretro. Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's merge it :)
When the makefile is properly updated, I plan to add this to recalbox. Thanks both for your work! |
@RobLoach Sorry if this is a dumb question because I have very limited knowledge on how cross compiling work (still learning...) but is this possible to make more build targets for this core for the Nintendo devices such as 3DS and Switch? Retroarch running there with the devkitpro toolchains. Thanks! |
@hugh-hoang Quite possibly, yes! While I haven't tested it, nor do I understand it entirely, but it should be possible to...
|
@RobLoach Cool thanks, thats a good start and I will try then we will see. |
Please make a .dol version for the Wii. |
This adds a TIC-80 libretro core for playing TIC-80 cartridges in RetroArch. There are some issues that I'd love attention on...
TODO
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
in the correct place?Usage
Screenshot
Here is 8-Bit Panda running through the libretro core...
Fixes #519 libretro/libretro-lutro#52