Skip to content

Missing from source #10

@doktor83

Description

@doktor83

Looks like the source you uploaded is not the same as the compiled binary.
Source is missing this in saving part for mem timings:

var mhz = name.IndexOf(':') <= 0 ? (int)int32.ConvertFromString(name) * 100 : (int)int32.ConvertFromString(name.Substring(name.IndexOf(':') + 1)) * 100 + ((int)int32.ConvertFromString(name.Substring(0,name.IndexOf(':'))) << 24);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions