aboutsummaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAge
* hehArisotura2020-12-25
|
* Add support for macOS (#771)WaluigiWare642020-11-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * use shm_open() instead of memfd_create() on macOS malloc.h isn't a header on macOS * Change OpenGL headers + create ifdef for DO_PROCLIST macOS seems to already have the OpenGL functions defined, without the ifdef, it gives "ambiguous references" errors. * macOS doesn't have ->gregs in uc_mcontext and it doesn't have REG_RIP either https://github.com/gperftools/gperftools/blob/master/m4/pc_from_ucontext.m4 * use getpid() to make memory file name unique * #ifndef __APPLE__ for AF_PACKET and linux/if_packet.h * Add include and link directories for macOS and link the OpenGL framework * Add macOS CI * Use newly added libslirp package from Homebrew https://github.com/Homebrew/homebrew-core/pull/63412 * Use Apple's Clang instead of GNU GCC on macOS * Add macOS build instructions to README * Try to fix macOS undefined symbol * snprintf doesn't take null terminator into account * Map new memory on macOS for JIT * Only use gcc-ar if using GNU Compiler * re-add fastmem code - whoops! * Fix style issue - use camelCase not snake_case * Set Minimum macOS version * Switch Minimum OS X version to 10.9 * Add macOS libpcap library name * fix memory leak * Fix binding keys in macOS * Allow getting MAC address on macOS melonDS on Linux uses AF_PACKET, which doesn't exist on macOS. Instead, this commit uses AF_LINK on macOS to get the MAC address. * Remove unneeded macOS CI dependencies * Build melonDS app bundle on macOS Now it is no longer required to install the libraries on macOS, they come with the app bundle. * fix macOS CI not being able to find macdeployqt * copy melonDS.app with recursive because it's a folder * Disable fastmem checkbox on macOS * Disable fastmem by default in config * forgot a semicolon * Don't bundle libraries, causes issues on macOS <10.15 * Update README + allow finding version in Finder on macOS * Make sure fastmem checkbox stays uncheckable
* Remove unused gtk dependency from README (#788)WaluigiWare642020-10-30
|
* Merge pull request #724 from rzumer/patch-2RSDuck2020-09-06
|\ | | | | Document CMake build dependency on Linux
| * Document CMake build dependency on LinuxRaphaël Zumer2020-08-22
| |
* | hehArisotura2020-09-04
| |
* | Add instructions for static buildsWaluigiWare642020-08-22
|/ | | | | | Add instructions for static builds fix
* Update dependencies in the readmeRaphaël Zumer2020-07-31
|
* Merge pull request #624 from merwok-forks/patch-1Arisotura2020-05-17
|\ | | | | fix package name in readme
| * fix package name in readmeÉric Araujo2020-05-11
| |
* | Removing CodeBlocks reference from README.mdlucasjome2020-05-14
|/ | | Removing CodeBlocks reference from README.md
* add credit for the iconArisotura2020-04-14
|
* update READMEArisotura2019-09-04
|
* HARK HARK HARKArisotura2019-06-25
|
* BAHAHHAHAHAHHStapleButter2019-06-12
|
* Update dependencies in READMEJon Pacheco2019-06-04
| | | | | | - Sorted list of dependencies in alphabetical order - Added mingw-w64-x86_64-mesa to MSYS instructions - Use nproc --all for determining number of make jobs
* BAHAHAHAHAHHAHHHHH-~*+Arisotura2019-05-31
|
* MingW → MinGWNadia Pedersen2019-05-04
|
* Add Windows MSYS2 build instructionsNadia Pedersen2019-05-01
|
* * readme updateArisotura2019-03-26
| | | | * remove TODO that has already been done
* blopStapleButter2019-01-06
|
* Add common dependence packagens needed.Pedro Velho2018-12-27
|
* update readmeStapleButter2018-12-18
|
* also update the readme a bit while we're at itStapleButter2018-12-15
|
* Fixed a formatting issue with a titleLevi Beyers2018-11-01
| | | Had to add an extra space between <hr> and ## How to use, the previous commit messed up the formatting
* Changed the readme to make it look a little fancierAqueminivan2018-11-01
|
* guess this is good for 0.7. readme update as a pretextStapleButter2018-10-26
|
* Fix README formattingRoger2017-10-21
|
* readme updateStapleButter2017-08-29
|
* * allow 128KB firmwares (DSi/3DS dumps)StapleButter2017-08-05
| | | | * document firmware sizes better
* wifi: proper TX/RX status switch and RX checkStapleButter2017-06-15
| | | | readme: little update
* finalize CMake shit.StapleButter2017-04-30
| | | | Windows will stick to CodeBlocks until making a cross-platform build system isn't a total trainwreck under Windows.
* Merge branch 'master' of https://github.com/s1nka/melonDSStapleButter2017-04-29
|\ | | | | | | try to get CMake going, but it's not finished. don't use unless you know what you're doing.
| * add CMake build systems1nka2017-04-02
| |
* | better wifi stubStapleButter2017-04-12
|/
* maybe this shit will finally work. also update the README.StapleButter2017-03-29
|
* make timers not suck. fixes issues (Worms2 intro FMV plays at the right ↵StapleButter2017-03-20
| | | | speed, aging cart tests get further...)
* reorganize repo, move shit aroundStapleButter2017-03-16
|
* start work on polygon edges and shitStapleButter2017-03-13
|
* * fix GXFIFO decodingStapleButter2017-02-13
| | | | | | * proper SwapBuffers implementation * fix polygon clipping * misc fixes
* * lay base for 3D engineStapleButter2017-02-07
| | | | | | * add failure reporting to Init functions, and DeInit functions * GPU-related notes * readme update
* * somewhat proper event schedulerStapleButter2016-12-05
| | | | | * support for timers * fixes, additions, shit
* first real commit, some shit is inStapleButter2016-05-16
|
* Initial commitStapleButter2016-05-16