ssj12 said:
disc insert = disc read disc read = auto play It would be an infinite loop when it comes to exiting/starting disc. This is why PC game discs with auto-starts built in will auto start whenever you open my computer. It is because your making your PC read whats in your drive. In the programming level it is activating on read or insert of data from disc. With consoles they always have to know whats in the drive. Autoplay on start-up is a basic boot option for any system. It can be programmed to run start game mode once the system is fully booted by making it so that there is a signal that activated the process. With a start on read you would basically forcing the start mode signal every read of the disc at OS boot.
|
I think you're really trying to make this too hard.
If both are off, no problem. This is already done.
If both are on, no problem. This is already done. When you start up the console, it starts up whatever is in the drive. When you insert a disc, it plays whatever that disc is. This would work exactly how autoplay is implemented now.
If autoplay on disc insert is on and the other is off. There would be no need to read the disc when the console starts up, it would only have to read the disc when a disc is inserted. It would just continue to ignore whatever is in the drive as if autoplay how it is currently implemented was off.
If autoplay on console start is on but autplay on disc insert is off. When the console boots up, it reads the disc as if current autoplay implementation was on. Nothing new. If a disc is inserted it does nothing as if current autoplay was shut off.
Since the autoplay feature is already there, it's an easy thing to implement because there are no new features to add, you just have to split them up. I really don't see why you think this is so hard since we can already turn this on and off.








