mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
sansapatcher: move sectorbuf pointer into sansa_t structure.
Similar as the ipod_t structure for ipodpatcher the sansa_t structure holds all relevant information for sansapatcher. Put the global sansa_sectorbuf pointer into it as well. Change-Id: Iad08ef6aafc49609c3d0d556914246f230ee0179
This commit is contained in:
parent
24e37ddf57
commit
9c1ed84d28
9 changed files with 77 additions and 97 deletions
|
|
@ -21,6 +21,7 @@
|
|||
|
||||
#include <QtCore>
|
||||
#include "bootloaderinstallbase.h"
|
||||
#include "sansapatcher.h"
|
||||
|
||||
|
||||
// bootloader installation class for devices handled by sansapatcher.
|
||||
|
|
@ -38,6 +39,7 @@ class BootloaderInstallSansa : public BootloaderInstallBase
|
|||
|
||||
private:
|
||||
bool sansaInitialize(struct sansa_t *);
|
||||
struct sansa_t sansa;
|
||||
|
||||
private slots:
|
||||
void installStage2(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue