mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 22:11:26 +12:00
I just forgot to do it...
This commit is contained in:
parent
770ebaf271
commit
0763e429b8
2 changed files with 2 additions and 1 deletions
|
@ -91,6 +91,8 @@ void FnIdGenerator::PrintId()
|
||||||
|
|
||||||
void FnIdGenerator::UpdateInformation()
|
void FnIdGenerator::UpdateInformation()
|
||||||
{
|
{
|
||||||
|
m_list->DeleteAllItems();
|
||||||
|
|
||||||
for(u32 i = 0; i < m_func_name.GetCount(); i++)
|
for(u32 i = 0; i < m_func_name.GetCount(); i++)
|
||||||
{
|
{
|
||||||
m_list->InsertItem(m_func_name.GetCount(), wxEmptyString);
|
m_list->InsertItem(m_func_name.GetCount(), wxEmptyString);
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
#include "stdafx.h"
|
|
||||||
#include "TextInputDialog.h"
|
#include "TextInputDialog.h"
|
||||||
#include "../Crypto/aes.h"
|
#include "../Crypto/aes.h"
|
||||||
#include "../Crypto/sha1.h"
|
#include "../Crypto/sha1.h"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue