You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This scanner is really great. I've been using Amenoma but lately AkashaScanner is faster and more stable. Not having to manually input characters is also a plus. Still, there is one key feature that I'm feeling AkashaScanner is missing.
Amenoma allows me to use Geforce Now window as the video source. I wonder if there is any plan for Cloud gaming support in the future?
Technically, the implementation shouldn't be that outrageous. Even Anemona simply looks for window that contains "Genshin Impact". Typically cloud gaming platform window also contains the game name anyway. I believe adding a configurable option is sufficient.
Process? proc = Process.GetProcessesByName(executable).FirstOrDefault();
Adding a check before and fetch all processes and filtering them imo is a very sound solution.
The text was updated successfully, but these errors were encountered:
This scanner is really great. I've been using Amenoma but lately AkashaScanner is faster and more stable. Not having to manually input characters is also a plus. Still, there is one key feature that I'm feeling AkashaScanner is missing.
Amenoma allows me to use Geforce Now window as the video source. I wonder if there is any plan for Cloud gaming support in the future?
Technically, the implementation shouldn't be that outrageous. Even Anemona simply looks for window that contains "Genshin Impact". Typically cloud gaming platform window also contains the game name anyway. I believe adding a configurable option is sufficient.
Process? proc = Process.GetProcessesByName(executable).FirstOrDefault();
Adding a check before and fetch all processes and filtering them imo is a very sound solution.
The text was updated successfully, but these errors were encountered: