mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
ht2crack5opencl: change default to GPU according to the help, thanks @matrix !
This commit is contained in:
parent
4af9777af6
commit
08d6546af6
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ int main (int argc, char **argv)
|
|||
|
||||
char *platforms_selected = NULL;
|
||||
char *devices_selected = NULL;
|
||||
unsigned int device_types_selected = 2;
|
||||
unsigned int device_types_selected = 0;
|
||||
unsigned int thread_scheduler_type_selected = THREAD_TYPE_ASYNC;
|
||||
unsigned int profile_selected = 2;
|
||||
unsigned int queue_type = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue