mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-27 23:08:47 +00:00
Ok, part 2/2 of the symbol code rewrite. You can now create and use function signature files. A monkey ball signature file included. Now to add some cooler features...
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@294 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
23665a7b93
commit
c0c6fc9e6d
29 changed files with 546 additions and 622 deletions
|
@ -26,8 +26,9 @@
|
|||
|
||||
#define FIFO_SIZE (1024*1024)
|
||||
|
||||
// STATE_TO_SAVE
|
||||
FifoReader fifo;
|
||||
|
||||
// STATE_TO_SAVE
|
||||
static u8 *videoBuffer;
|
||||
static int size = 0;
|
||||
static int readptr = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue