-
-
Notifications
You must be signed in to change notification settings - Fork 92
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
1500 add physical cd drive support #1609
Merged
Merged
Conversation
This file contains 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
Since we're not on Windows, we need the path to the device, not a one-letter drive.
First version of file, there may still be bugs there. This adds support for controlling physical CD/DVD devices using IOCTL
commit d9804b3 Author: Dimitris Panokostas <[email protected]> Date: Sat Nov 16 10:48:46 2024 +0100 Update README.md (#1511)
There are too many differences to go into this for macOS at the moment. Disabling this piece for now, will come back to it in the future
Fix windows-specific drive letter detection in blkdev
commit 75572f4 Author: Dimitris Panokostas <[email protected]> Date: Sat Nov 23 10:59:04 2024 +0100 bugfix: ensure CPack also has correct capitalization (fixes #1514) commit 2e70acc Author: Dimitris Panokostas <[email protected]> Date: Sat Nov 23 10:45:29 2024 +0100 bugfix: Linux builds should have PROJECT_NAME in lower case Looks like the CMAKE_SYSTEM_NAME variable is only valid AFTER the project is set. We need a capitalized name for macOS builds, but lowercase for linux ones. commit a1591ee Author: Dimitris Panokostas <[email protected]> Date: Fri Nov 22 20:55:07 2024 +0100 chore: only write config options if they are enabled - Manual Crop - Drawbridge These options would be written to the config always, even if not enabled commit 249a132 Author: Dimitris Panokostas <[email protected]> Date: Fri Nov 22 20:48:03 2024 +0100 chore: bump options version to 7.0.0 commit 85044a8 Author: Dimitris Panokostas <[email protected]> Date: Fri Nov 22 18:57:06 2024 +0100 enhancement: add ".vbi" in global ROM extensions also #1507 commit 63fee15 Author: Dimitris Panokostas <[email protected]> Date: Fri Nov 22 18:54:22 2024 +0100 fix typo It's not vdi, but vbi commit 2c1e921 Author: Dimitris Panokostas <[email protected]> Date: Fri Nov 22 18:52:07 2024 +0100 bugfix: allow .vdi selection in Expansions ROMs #1507 These types of files are VGA rom files, but they were filtered out based on the filename extensions commit 1718e2c Author: Dimitris Panokostas <[email protected]> Date: Fri Nov 22 18:38:44 2024 +0100 bugfix: #1507 Expansions GUI CPU board fixes When selecting a CPU board from the dropdown, the sub-options did not get enables as expected commit f7f09bf Author: Dimitris Panokostas <[email protected]> Date: Fri Nov 22 08:39:49 2024 +0100 Update README.md Remove obsolete info about bypassing security on MacOS installation commit 9d0c218 Author: Dimitris Panokostas <[email protected]> Date: Fri Nov 22 00:46:20 2024 +0100 ci: added missing team ID commit a197c86 Author: Dimitris Panokostas <[email protected]> Date: Fri Nov 22 00:36:07 2024 +0100 ci: added notary service steps commit 10fe364 Author: Dimitris Panokostas <[email protected]> Date: Fri Nov 22 00:04:40 2024 +0100 ci: fix macOS signing commit 97a7021 Author: Dimitris Panokostas <[email protected]> Date: Thu Nov 21 23:53:19 2024 +0100 ci: fix capitalization for MacOS App bundle commit 0fe6e54 Author: Dimitris Panokostas <[email protected]> Date: Thu Nov 21 23:53:00 2024 +0100 ci: Add Apple certificate signing to dylibs and app bundle commit 0344272 Author: Dimitris Panokostas <[email protected]> Date: Thu Nov 21 20:29:38 2024 +0100 ci: Added missing create keychain step commit 935fcda Author: Dimitris Panokostas <[email protected]> Date: Thu Nov 21 20:09:34 2024 +0100 ci: add apple signing certificate setup in workflow commit d9804b3 Author: Dimitris Panokostas <[email protected]> Date: Sat Nov 16 10:48:46 2024 +0100 Update README.md (#1511)
# Conflicts: # src/osdep/amiberry.cpp # src/osdep/gui/PanelHD.cpp # src/osdep/gui/PanelQuickstart.cpp
# Conflicts: # src/osdep/cda_play.cpp # src/osdep/cda_play.h # src/osdep/gui/PanelHD.cpp
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.
Not fully working yet, but might as well merge what has been done and proceed with fixes on the
master
branch from there.The Add CD button in the GUI will remain disabled until this works as expected