[WIP] MacOS 64 Build#108
Merged
djdiskmachine merged 9 commits intodjdiskmachine:masterfrom Sep 8, 2024
Merged
Conversation
Owner
|
Oh wow how exciting to possibly see a macOS build again 🤩 |
Author
|
I managed to make it run but required changed the assert. The docs tells that it returns 0 on success and negative in error. |
Author
|
Ok here is a build for MacOS64 Was compiled for Macos 10.13 intel or up |
djdiskmachine
requested changes
Sep 8, 2024
Owner
There was a problem hiding this comment.
Since OSX is now deprecated, how about we move the references to this new path for these Main / System files?
djdiskmachine
pushed a commit
that referenced
this pull request
Sep 12, 2024
Contributors:
```
**koisignal**
Config option feature for loading embedded and custom fonts (#107)
* Possibility to select font in config.xml
* "digital" font by Nine-H (CC-BY-SA)
**clsource**
MacOS 64 Build (#108)
**Simotek**
RG35XX +/H builds + SDL2 + X64 Support (#95)
* add support for rg35xx-plus boards, tested on RG35XX-H
---------
Co-authored-by: emartinez
Co-authored-by: Nine-H
Co-authored-by: igavrilov
Platform Makefile Cleanup (#114)
```
**Other stuff:**
```
PPSSPP install instructions (#124)
Added packaging resources for bittboy (#123)
Allow warping over empty chains (#99)
* Jump over empty neighbors in chain or phrase view instead of forcing you to go back to song screen.
Deep clone hint (#98)
* Adds a 1 second notification when deep cloning
Install instructions for PocketCHIP (#111)
```
djdiskmachine
pushed a commit
that referenced
this pull request
Sep 12, 2024
Contributors:
```
**koisignal**
Config option feature for loading embedded and custom fonts (#107)
* Possibility to select font in config.xml
* "digital" font by Nine-H (CC-BY-SA)
**clsource**
MacOS 64 Build (#108)
**Simotek**
RG35XX +/H builds + SDL2 + X64 Support (#95)
* add support for rg35xx-plus boards, tested on RG35XX-H
---------
Co-authored-by: emartinez
Co-authored-by: Nine-H
Co-authored-by: igavrilov
Platform Makefile Cleanup (#114)
```
**Other stuff:**
```
PPSSPP install instructions (#124)
Added packaging resources for bittboy (#123)
Allow warping over empty chains (#99)
* Jump over empty neighbors in chain or phrase view instead of forcing you to go back to song screen.
Deep clone hint (#98)
* Adds a 1 second notification when deep cloning
Install instructions for PocketCHIP (#111)
```
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

This is a work in progress.
I was unable to run the app. But at least it builds.
Some changes made to the original xcodeproj file. (It was created a copy so classic OSX can be compiled too)