mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-03-28 22:29:42 -06:00
I just forgot to do it...
This commit is contained in:
parent
770ebaf271
commit
0763e429b8
@ -91,6 +91,8 @@ void FnIdGenerator::PrintId()
|
||||
|
||||
void FnIdGenerator::UpdateInformation()
|
||||
{
|
||||
m_list->DeleteAllItems();
|
||||
|
||||
for(u32 i = 0; i < m_func_name.GetCount(); i++)
|
||||
{
|
||||
m_list->InsertItem(m_func_name.GetCount(), wxEmptyString);
|
||||
|
||||
@ -1,4 +1,3 @@
|
||||
#include "stdafx.h"
|
||||
#include "TextInputDialog.h"
|
||||
#include "../Crypto/aes.h"
|
||||
#include "../Crypto/sha1.h"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user