Alien Storm (Genesis) Credits Select Cheat Tool Version 1.2
A command-line tool that computes some stuff regarding the Genesis Alien Storm game's credits select cheat.
Loading...
Searching...
No Matches
ComputeSolutions.h File Reference

ComputeSolutions.cpp's header file. More...

Go to the source code of this file.

Functions

long long _ComputeSolutions (bool OnlySafeSolutions)

Detailed Description

ComputeSolutions.cpp's header file.

Author
WaluigiBSOD

Function Documentation

◆ _ComputeSolutions()

long long _ComputeSolutions ( bool OnlySafeSolutions)

This function computes all the solution of a certain minimum length.

Solutions found are also saved inside a CSV file.

Parameters
[in]OnlySafeSolutionsIf true, solutions with left/right button presses are discarded, if false nothing happens. main() invokes this function twice, once with this parameter as false, once as true.
Returns
The number of solutions found, -1 if a file write or memory allocation error occurred.
Author
WaluigiBSOD