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
ComputePruneTables.h File Reference

ComputePruneTables.cpp's header file. More...

Go to the source code of this file.

Functions

bool _ComputePruneTables (bool OnlySafeSolutions)

Detailed Description

ComputePruneTables.cpp's header file.

Author
WaluigiBSOD

Function Documentation

◆ _ComputePruneTables()

bool _ComputePruneTables ( bool OnlySafeSolutions)

Computes all the prune tables used inside ComputeSolutions.cpp to prune their recursive search.

Are only 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
True if no file write and memory allocation errors occurred, false otherwise.
Author
WaluigiBSOD