meritlabs / libmeritminer

Library that can mine merit.
GNU General Public License v3.0
8 stars 2 forks source link

Fix SetupKernelBuffers call. #5

Closed mempko closed 6 years ago

mempko commented 6 years ago

The old SetupBuffers call needs to be called after main. Now it is called in the new merit::init function. This fixes a crash on windows builds.