mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-02-06 09:39:55 +00: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()
|
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…
x
Reference in New Issue
Block a user