This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # This guide explains how to run Mupen64Plus on Bazzite, without any | |
| # extra stuff like retroarch or RMG. | |
| # | |
| # You should only follow this guide if you have already tried RetroArch | |
| # and/or RMG. I highly recommend trying RMG first: | |
| # | |
| # https://flathub.org/en/apps/com.github.Rosalie241.RMG | |
| # | |
| # If RMG isn't working for you, this guide will walk you through setting | |
| # up a bare Mupen64Plus installation straight from the source. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "timestamp": "2023/05/09 17: 32", | |
| "result": { | |
| "hokusai--the-great-wave-31208": { | |
| "title": "Hokusai \u2013 The Great Wave", | |
| "link": "/en-us/product/hokusai--the-great-wave-31208", | |
| "price": 99.99, | |
| "discount_price": null, | |
| "piece_count": 1810, | |
| "age": "18+", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| CC:=gcc | |
| CFLAGS:=\ | |
| -I./include\ | |
| -DFOO\ | |
| -DBAR\ | |
| -std=c11 | |
| .vscode/c_cpp_properties.json: Makefile | |
| ruby vscode_cprops_gen.rb .vscode $(CC) $(CFLAGS) |