mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 22:29:21 +00:00
[Android] Removed the unnecessary MainActivity generics declaration in the DolphinEmulator class. It's unused (and likely won't be used).
This commit is contained in:
parent
c633c2bb13
commit
51c814f34e
1 changed files with 1 additions and 3 deletions
|
@ -18,10 +18,8 @@ import java.io.*;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The main activity of this emulator.
|
* The main activity of this emulator.
|
||||||
*
|
|
||||||
* @param <MainActivity> Main activity.
|
|
||||||
*/
|
*/
|
||||||
public final class DolphinEmulator<MainActivity> extends Activity
|
public final class DolphinEmulator extends Activity
|
||||||
{
|
{
|
||||||
private void CopyAsset(String asset, String output)
|
private void CopyAsset(String asset, String output)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue